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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 疥h苣B | 11100001011011011000001010001000111001001001000001000010 | e16d8288e49042 |
EUC-JP | 疥h苣B | 11100001110011101010001111101000111001111111000001000010 | e1cea3e8e7f042 |
UTF-8 | 疥h苣B | 11100111100101101010010111101111101111011000100011101000100010111010001101000010 | e796a5efbd88e88ba342 |
UHC | 疥h?B | 110010111100101010100011111010000011111101000010 | cbcaa3e83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)