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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 磅聞 | 11100001111110101001010110110111 | e1fa95b7 |
EUC-JP | 磅聞 | 11100010111111001100101010111001 | e2fccab9 |
UTF-8 | 磅聞 | 111001111010001110000101111010001000000110011110 | e7a385e8819e |
UHC | 磅聞 | 11011011101101101101101010100100 | dbb6daa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)