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 | kLLF | 1000100101101011100100010100110010001111100101000100110001000110 | 896b914c8f944c46 |
SJIS-WIN | ?k?L??LF | 0011111101101011001111110100110000111111001111110100110001000110 | 3f6b3f4c3f3f4c46 |
EUC-JP | ?k?L??LF | 0011111101101011001111110100110000111111001111110100110001000110 | 3f6b3f4c3f3f4c46 |
UTF-8 | kLLF | 110000101000100101101011110000101001000101001100110000101000111111000010100101000100110001000110 | c2896bc2914cc28fc2944c46 |
UHC | ?k?L??LF | 0011111101101011001111110100110000111111001111110100110001000110 | 3f6b3f4c3f3f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)