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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竟第懇 | 111010001110110110010001111001101000110110100111 | e8ed91e68da7 |
EUC-JP | 竟第懇 | 111100001110111111000010111010001011101010101001 | f0efc2e8baa9 |
UTF-8 | 竟第懇 | 111001111010101110011111111001111010110010101100111001101000011110000111 | e7ab9fe7acace68787 |
UHC | 竟第懇 | 110011001110010111110000101011111100101011010000 | cce5f0afcad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)