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 | 縟蘓鏥B | 11100011011101001110010101011110111010000101010001000010 | e374e55ee85442 |
EUC-JP | 縟蘓鏥B | 11100101110101011110100110111111111011111011010101000010 | e5d5e9bfefb542 |
UTF-8 | 縟蘓鏥B | 11100111101110001001111111101000100110001001001111101001100011111010010101000010 | e7b89fe89893e98fa542 |
UHC | 縟??B | 1110100110110010001111110011111101000010 | e9b23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)