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 | 1110100010011111100110011101011101010000 | e89f99d750 |
EUC-JP | 陝燮P | 1111000010100001110100101101100101010000 | f0a1d2d950 |
UTF-8 | 陝燮P | 11101001100110011001110111100111100001111010111001010000 | e9999de787ae50 |
UHC | 陝燮P | 1110000011101101111000001111000001010000 | e0ede0f050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)