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 | 遜単 | 10010001101110111001001001010000 | 91bb9250 |
EUC-JP | 遜単 | 11000010101111011100001110110001 | c2bdc3b1 |
UTF-8 | 遜単 | 111010011000000110011100111001011000110110011000 | e9819ce58d98 |
UHC | 遜? | 111000011110000100111111 | e1e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)