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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 簔C | 1111001011100011111000101100000101000011 | f2e3e2c143 |
EUC-JP | ?簔C | 00111111111001001100001101000011 | 3fe4c343 |
UTF-8 | 簔C | 11101110100010001001101011100111101100001001010001000011 | ee889ae7b09443 |
UHC | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)