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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疑?疑?^ | 10001011010111100011111110001011010111100011111101011110 | 8b5e3f8b5e3f5e |
EUC-JP | 疑?疑?^ | 10110101101111110011111110110101101111110011111101011110 | b5bf3fb5bf3f5e |
UTF-8 | 疑렐疑렐^ | 11100111100101101001000111101011101000001001000011100111100101101001000111101011101000001001000001011110 | e79691eba090e79691eba0905e |
UHC | 疑렐疑렐^ | 111010111111011110110111101111001110101111110111101101111011110001011110 | ebf7b7bcebf7b7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)