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³» | 10010010010110100100100010010001101100111001000110111011 | 925a4891b391bb |
SJIS-WIN | ?ZH???? | 00111111010110100100100000111111001111110011111100111111 | 3f5a483f3f3f3f |
EUC-JP | ?ZH???? | 00111111010110100100100000111111001111110011111100111111 | 3f5a483f3f3f3f |
UTF-8 | ZH³» | 110000101001001001011010010010001100001010010001110000101011001111000010100100011100001010111011 | c2925a48c291c2b3c291c2bb |
UHC | ?ZH?³?? | 0011111101011010010010000011111110101001111110000011111100111111 | 3f5a483fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)