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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 丈潴 | 10001111111001001110000001101011 | 8fe4e06b |
EUC-JP | 丈潴 | 10111110111001101101111111001100 | bee6dfcc |
UTF-8 | 丈潴 | 111001001011100010001000111001101011110110110100 | e4b888e6bdb4 |
UHC | 丈? | 111011011101101100111111 | eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)