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 | PZ´D | 1001001001010000100100100101101010010001101101001001001001000100 | 9250925a91b49244 |
SJIS-WIN | ?P?Z?´?D | 001111110101000000111111010110100011111110000001010011000011111101000100 | 3f503f5a3f814c3f44 |
EUC-JP | ?P?Z?´?D | 001111110101000000111111010110100011111110100001101011010011111101000100 | 3f503f5a3fa1ad3f44 |
UTF-8 | PZ´D | 11000010100100100101000011000010100100100101101011000010100100011100001010110100110000101001001001000100 | c29250c2925ac291c2b4c29244 |
UHC | ?P?Z?´?D | 001111110101000000111111010110100011111110100010101001010011111101000100 | 3f503f5a3fa2a53f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)