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 | 11100101101100001000111111100111100000101010010001000010 | e5b08fe782a442 |
EUC-JP | 蟆冗うB | 11101010101100101011111011101001101001001010011001000010 | eab2bee9a4a642 |
UTF-8 | 蟆冗うB | 11101000100111111000011011100101100001101001011111100011100000011000011001000010 | e89f86e58697e3818642 |
UHC | ?冗うB | 001111111110100110110111101010101010011001000010 | 3fe9b7aaa642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)