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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 垓?P | 10011010101101000011111101010000 | 9ab43f50 |
EUC-JP | 垓?P | 11010100101101100011111101010000 | d4b63f50 |
UTF-8 | 垓렡P | 11100101100111101001001111101011101000001010000101010000 | e59e93eba0a150 |
UHC | 垓렡P | 1111101010100111100011101011001001010000 | faa78eb250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)