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 | 渫? | 100111111101011000111111 | 9fd63f |
EUC-JP | 渫莘 | 1101111011011000100011111101100010101011 | ded88fd8ab |
UTF-8 | 渫莘 | 111001101011100010101011111010001000111010011000 | e6b8abe88e98 |
UHC | 渫莘 | 11100000110111101110001111101110 | e0dee3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)