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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | 瓮??Y瓮 | 11100001010001000011111100111111010110011110000101000100 | e1443f3f59e144 |
EUC-JP | 瓮??Y瓮 | 11100001101001010011111100111111010110011110000110100101 | e1a53f3f59e1a5 |
UTF-8 | 瓮뗰슥Y瓮 | 11100111100100111010111011101011100101111011000011101100100010101010010101011001111001111001001110101110 | e793aeeb97b0ec8aa559e793ae |
UHC | 瓮뗰슥Y瓮 | 111010001011011110001011111011111011110110111011010110011110100010110111 | e8b78befbdbb59e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)