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 | ÂZH´ | 1100001010010010010110100100100011000010100100011100001010110100 | c2925a48c291c2b4 |
SJIS-WIN | ??ZH???´ | 001111110011111101011010010010000011111100111111001111111000000101001100 | 3f3f5a483f3f3f814c |
EUC-JP | �ZH�´ | 100011111010101010100100001111110101101001001000100011111010101010100100001111111000111110101010101001001010000110101101 | 8faaa43f5a488faaa43f8faaa4a1ad |
UTF-8 | ÂZH´ | 1100001110000010110000101001001001011010010010001100001110000010110000101001000111000011100000101100001010110100 | c382c2925a48c382c291c382c2b4 |
UHC | ??ZH???´ | 001111110011111101011010010010000011111100111111001111111010001010100101 | 3f3f5a483f3f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)