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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 矣@h | 111000011110000111110011101101010100000001101000 | e1e1f3b54068 |
EUC-JP | 矣?@h | 1110001011100011001111110100000001101000 | e2e33f4068 |
UTF-8 | 矣@h | 1110011110011111101000111110111010001010101010000100000001101000 | e79fa3ee8aa84068 |
UHC | 矣?@h | 1110101111111000001111110100000001101000 | ebf83f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)