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 | 渫稠 | 10011111110101101110001001100110 | 9fd6e266 |
EUC-JP | 渫稠 | 11011110110110001110001111000111 | ded8e3c7 |
UTF-8 | 渫稠 | 111001101011100010101011111001111010100010100000 | e6b8abe7a8a0 |
UHC | 渫稠 | 11100000110111101111000011010110 | e0def0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)