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 | ZOB^ | 100100100101101010010001100111111001001001001111100100100100001001011110 | 925a919f924f92425e |
SJIS-WIN | ?Z???O?B^ | 001111110101101000111111001111110011111101001111001111110100001001011110 | 3f5a3f3f3f4f3f425e |
EUC-JP | ?Z???O?B^ | 001111110101101000111111001111110011111101001111001111110100001001011110 | 3f5a3f3f3f4f3f425e |
UTF-8 | ZOB^ | 1100001010010010010110101100001010010001110000101001111111000010100100100100111111000010100100100100001001011110 | c2925ac291c29fc2924fc292425e |
UHC | ?Z???O?B^ | 001111110101101000111111001111110011111101001111001111110100001001011110 | 3f5a3f3f3f4f3f425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)