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 | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 潁〓?GB | 10011111111100011000000110101100001111110100011101000010 | 9ff181ac3f4742 |
EUC-JP | 潁〓?GB | 11011110111100111010001010101110001111110100011101000010 | def3a2ae3f4742 |
UTF-8 | 潁〓젙GB | 1110011010111101100000011110001110000000100100111110110010100000100110010100011101000010 | e6bd81e38093eca0994742 |
UHC | 潁〓젙GB | 1110011110111000101000011110101110100000100101010100011101000010 | e7b8a1eba0954742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)