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 | ??Uk | 00111111001111110101010101101011 | 3f3f556b |
SJIS-WIN | 辰歎Uk | 100100100100001110010010010101100101010101101011 | 92439256556b |
EUC-JP | 辰歎Uk | 110000111010010011000011101101110101010101101011 | c3a4c3b7556b |
UTF-8 | 辰歎Uk | 1110100010111110101100001110011010101101100011100101010101101011 | e8beb0e6ad8e556b |
UHC | 辰歎Uk | 111100101110001111110111101001110101010101101011 | f2e3f7a7556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)