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 | bhb | 1001111101100010011010001001111101100010 | 9f62689f62 |
SJIS-WIN | ?bh?b | 0011111101100010011010000011111101100010 | 3f62683f62 |
EUC-JP | ?bh?b | 0011111101100010011010000011111101100010 | 3f62683f62 |
UTF-8 | bhb | 11000010100111110110001001101000110000101001111101100010 | c29f6268c29f62 |
UHC | ?bh?b | 0011111101100010011010000011111101100010 | 3f62683f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)