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 | PZD®£ | 10010010010100001001001001011010100100100100010010010001101011101001000110100011 | 9250925a924491ae91a3 |
SJIS-WIN | ?P?Z?D???£ | 0011111101010000001111110101101000111111010001000011111100111111001111111000000110010010 | 3f503f5a3f443f3f3f8192 |
EUC-JP | ?P?Z?D?®?£ | 00111111010100000011111101011010001111110100010000111111100011111010001011101110001111111010000111110010 | 3f503f5a3f443f8fa2ee3fa1f2 |
UTF-8 | PZD®£ | 1100001010010010010100001100001010010010010110101100001010010010010001001100001010010001110000101010111011000010100100011100001010100011 | c29250c2925ac29244c291c2aec291c2a3 |
UHC | ?P?Z?D?®?? | 0011111101010000001111110101101000111111010001000011111110100010111001110011111100111111 | 3f503f5a3f443fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)