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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瓮?湲?B | 11100001010001000011111110011111110100010011111101000010 | e1443f9fd13f42 |
EUC-JP | 瓮?湲?B | 11100001101001010011111111011110110100110011111101000010 | e1a53fded33f42 |
UTF-8 | 瓮렯湲렯B | 11100111100100111010111011101011101000001010111111100110101110011011001011101011101000001010111101000010 | e793aeeba0afe6b9b2eba0af42 |
UHC | 瓮렯湲렯B | 111010001011011110001110101111001110101010111000100011101011110001000010 | e8b78ebceab88ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)