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 | 暗衛 | 10001000110000111000100101110001 | 88c38971 |
EUC-JP | 暗衛 | 10110000110001011011000111010010 | b0c5b1d2 |
UTF-8 | 暗衛 | 111001101001101010010111111010001010000110011011 | e69a97e8a19b |
UHC | 暗衛 | 11100100110111101110101011011011 | e4deeadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)