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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 竟咤\ | 1110100011101101100110100100001001011100 | e8ed9a425c |
EUC-JP | 竟咤\ | 1111000011101111110100111010001101011100 | f0efd3a35c |
UTF-8 | 竟咤\ | 11100111101010111001111111100101100100101010010001011100 | e7ab9fe592a45c |
UHC | 竟咤\ | 1100110011100101111101101110001101011100 | cce5f6e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)