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´H¯ | 10010010010100001001001001011010100100011011010010010010010010001001000110101111 | 9250925a91b4924891af |
SJIS-WIN | ?P?Z?´?H?? | 0011111101010000001111110101101000111111100000010100110000111111010010000011111100111111 | 3f503f5a3f814c3f483f3f |
EUC-JP | ?P?Z?´?H?¯ | 00111111010100000011111101011010001111111010000110101101001111110100100000111111100011111010001010110100 | 3f503f5a3fa1ad3f483f8fa2b4 |
UTF-8 | PZ´H¯ | 1100001010010010010100001100001010010010010110101100001010010001110000101011010011000010100100100100100011000010100100011100001010101111 | c29250c2925ac291c2b4c29248c291c2af |
UHC | ?P?Z?´?H?? | 0011111101010000001111110101101000111111101000101010010100111111010010000011111100111111 | 3f503f5a3fa2a53f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)