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 | ZLP© | 1001001001011010100100100100110010010010010100001001000110101001 | 925a924c925091a9 |
SJIS-WIN | ?Z?L?P?? | 0011111101011010001111110100110000111111010100000011111100111111 | 3f5a3f4c3f503f3f |
EUC-JP | ?Z?L?P?© | 00111111010110100011111101001100001111110101000000111111100011111010001011101101 | 3f5a3f4c3f503f8fa2ed |
UTF-8 | ZLP© | 11000010100100100101101011000010100100100100110011000010100100100101000011000010100100011100001010101001 | c2925ac2924cc29250c291c2a9 |
UHC | ?Z?L?P?? | 0011111101011010001111110100110000111111010100000011111100111111 | 3f5a3f4c3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)