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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 獨猩皚P | 11100000110101011110000011001101111000011010101101010000 | e0d5e0cde1ab50 |
EUC-JP | 獨猩皚P | 11100000110101111110000011001111111000101010110101010000 | e0d7e0cfe2ad50 |
UTF-8 | 獨猩皚P | 11100111100011011010100011100111100011001010100111100111100110101001101001010000 | e78da8e78ca9e79a9a50 |
UHC | 獨猩?P | 110101001011110011100000111110100011111101010000 | d4bce0fa3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)