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 | @PI@@PI@^ | 10010010010000000101000010010010010010010100000010010010010000000101000010010010010010010100000001011110 | 9240509249409240509249405e |
SJIS-WIN | ?@P?I@?@P?I@^ | 00111111010000000101000000111111010010010100000000111111010000000101000000111111010010010100000001011110 | 3f40503f49403f40503f49405e |
EUC-JP | ?@P?I@?@P?I@^ | 00111111010000000101000000111111010010010100000000111111010000000101000000111111010010010100000001011110 | 3f40503f49403f40503f49405e |
UTF-8 | @PI@@PI@^ | 1100001010010010010000000101000011000010100100100100100101000000110000101001001001000000010100001100001010010010010010010100000001011110 | c2924050c2924940c2924050c29249405e |
UHC | ?@P?I@?@P?I@^ | 00111111010000000101000000111111010010010100000000111111010000000101000000111111010010010100000001011110 | 3f40503f49403f40503f49405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)