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 | â»êá | 1110001010111011100011111110101010001111100111111110000110010010 | e2bb8fea8f9fe192 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | â??ê??á? | 1000111110101011101001000011111100111111100011111010101110110100001111110011111110001111101010111010000100111111 | 8faba43f3f8fabb43f3f8faba13f |
UTF-8 | â»êá | 11000011101000101100001010111011110000101000111111000011101010101100001010001111110000101001111111000011101000011100001010010010 | c3a2c2bbc28fc3aac28fc29fc3a1c292 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)