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 | LT¯«oBF | 1001001001001100100100100101010010010001101011111001000110101011011011110100001001000110 | 924c925491af91ab6f4246 |
SJIS-WIN | ?L?T????oBF | 0011111101001100001111110101010000111111001111110011111100111111011011110100001001000110 | 3f4c3f543f3f3f3f6f4246 |
EUC-JP | ?L?T?¯??oBF | 00111111010011000011111101010100001111111000111110100010101101000011111100111111011011110100001001000110 | 3f4c3f543f8fa2b43f3f6f4246 |
UTF-8 | LT¯«oBF | 1100001010010010010011001100001010010010010101001100001010010001110000101010111111000010100100011100001010101011011011110100001001000110 | c2924cc29254c291c2afc291c2ab6f4246 |
UHC | ?L?T????oBF | 0011111101001100001111110101010000111111001111110011111100111111011011110100001001000110 | 3f4c3f543f3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)