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 | ?督 | 001111111001001111000010 | 3f93c2 |
EUC-JP | ?督 | 001111111100011011000100 | 3fc6c4 |
UTF-8 | 뤯督 | 111010111010010010101111111001111001110110100011 | eba4afe79da3 |
UHC | 뤯督 | 10001111110111011101010010111101 | 8fddd4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)