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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮??彦? | 11100001010001000011111100111111100101010100011000111111 | e1443f3f95463f |
EUC-JP | 瓮??彦? | 11100001101001010011111100111111110010011010011100111111 | e1a53f3fc9a73f |
UTF-8 | 瓮뚦뀍彦잹 | 111001111001001110101110111010111001101010100110111010111000000010001101111001011011110110100110111011001001111010111001 | e793aeeb9aa6eb808de5bda6ec9eb9 |
UHC | 瓮뚦뀍彦잹 | 11101000101101111000110011100101100001011000100011100101111010011010000001000010 | e8b78ce58588e5e9a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)