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 | Hn | 10010111010010001000110001101110 | 97488c6e |
SJIS-WIN | ?H?n | 00111111010010000011111101101110 | 3f483f6e |
EUC-JP | ?H?n | 00111111010010000011111101101110 | 3f483f6e |
UTF-8 | Hn | 110000101001011101001000110000101000110001101110 | c29748c28c6e |
UHC | ?H?n | 00111111010010000011111101101110 | 3f483f6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)