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 | ???LoBF | 00111111001111110011111101001100011011110100001001000110 | 3f3f3f4c6f4246 |
SJIS-WIN | ???LoBF | 00111111001111110011111101001100011011110100001001000110 | 3f3f3f4c6f4246 |
EUC-JP | ???LoBF | 00111111001111110011111101001100011011110100001001000110 | 3f3f3f4c6f4246 |
UTF-8 | 淋ㅽ슞LoBF | 11101111101001111011010111100011100001011011110111101100100010101001111001001100011011110100001001000110 | efa7b5e385bdec8a9e4c6f4246 |
UHC | 淋ㅽ슞LoBF | 11101100111110001010010011101101100110101010101001001100011011110100001001000110 | ecf8a4ed9aaa4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)