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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巽遜息 | 100100100100011010010001101110111001000110100111 | 924691bb91a7 |
EUC-JP | 巽遜息 | 110000111010011111000010101111011100001010101001 | c3a7c2bdc2a9 |
UTF-8 | 巽遜息 | 111001011011011110111101111010011000000110011100111001101000000110101111 | e5b7bde9819ce681af |
UHC | 巽遜息 | 111000011101111011100001111000011110001111010011 | e1dee1e1e3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)