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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 瓮??oBF | 11100001010001000011111100111111011011110100001001000110 | e1443f3f6f4246 |
EUC-JP | 瓮??oBF | 11100001101001010011111100111111011011110100001001000110 | e1a53f3f6f4246 |
UTF-8 | 瓮쏉쉴oBF | 111001111001001110101110111011001000111110001001111011001000100110110100011011110100001001000110 | e793aeec8f89ec89b46f4246 |
UHC | 瓮쏉쉴oBF | 111010001011011110011011111011111011110110101111011011110100001001000110 | e8b79befbdaf6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)