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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?貂骰讚 | 00111111111001101011100011101001100011011110011010101011 | 3fe6b8e98de6ab |
EUC-JP | 鉥貂骰讚 | 100011111110001111101000111011001011101011110001111011011110110010101101 | 8fe3e8ecbaf1edecad |
UTF-8 | 鉥貂骰讚 | 111010011000100110100101111010001011001010000010111010011010101010110000111010001010111010011010 | e989a5e8b282e9aab0e8ae9a |
UHC | 鉥貂?讚 | 11100010111111001111010110110000001111111111001111000110 | e2fcf5b03ff3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)