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 | 1000101010011011111001110110000101010000 | 8a9be76150 |
EUC-JP | 鴨軋P | 1011001111111011111011011100001001010000 | b3fbedc250 |
UTF-8 | 鴨軋P | 11101001101101001010100011101000101110111000101101010000 | e9b4a8e8bb8b50 |
UHC | 鴨軋P | 1110010011100101111001001101100001010000 | e4e5e4d850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)