To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???kB | 0011111100111111001111110110101101000010 | 3f3f3f6b42 |
SJIS-WIN | 裃≫dkB | 1110010111011111100000011110001010000010100001000110101101000010 | e5df81e282846b42 |
EUC-JP | 裃≫dkB | 1110101011100001101000101110010010100011111001000110101101000010 | eae1a2e4a3e46b42 |
UTF-8 | 裃≫dkB | 1110100010100011100000111110001010001001101010111110111110111101100001000110101101000010 | e8a383e289abefbd846b42 |
UHC | ?≫dkB | 00111111101000011110110110100011111001000110101101000010 | 3fa1eda3e46b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)