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 | kLâLLF | 1000100101101011100100010100110011100010010011000100110001000110 | 896b914ce24c4c46 |
SJIS-WIN | ?k?L?LLF | 0011111101101011001111110100110000111111010011000100110001000110 | 3f6b3f4c3f4c4c46 |
EUC-JP | ?k?LâLLF | 00111111011010110011111101001100100011111010101110100100010011000100110001000110 | 3f6b3f4c8faba44c4c46 |
UTF-8 | kLâLLF | 1100001010001001011010111100001010010001010011001100001110100010010011000100110001000110 | c2896bc2914cc3a24c4c46 |
UHC | ?k?L?LLF | 0011111101101011001111110100110000111111010011000100110001000110 | 3f6b3f4c3f4c4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)