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 | îçGB | 1110111010010100100010011110011110011111100001110100011101000010 | ee9489e79f874742 |
SJIS-WIN | ??????GB | 0011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f4742 |
EUC-JP | î??ç??GB | 100011111010101111000010001111110011111110001111101010111010111000111111001111110100011101000010 | 8fabc23f3f8fabae3f3f4742 |
UTF-8 | îçGB | 1100001110101110110000101001010011000010100010011100001110100111110000101001111111000010100001110100011101000010 | c3aec294c289c3a7c29fc2874742 |
UHC | ??????GB | 0011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)