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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 韃釖韃釖^ | 111010001110010111100111110110011110100011100101111001111101100101011110 | e8e5e7d9e8e5e7d95e |
EUC-JP | 韃釖韃釖^ | 111100001110011111101110110110111111000011100111111011101101101101011110 | f0e7eedbf0e7eedb5e |
UTF-8 | 韃釖韃釖^ | 11101001100111111000001111101001100001111001011011101001100111111000001111101001100001111001011001011110 | e99f83e98796e99f83e987965e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)