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 | PX | 10010010010100001001001001011000 | 92509258 |
SJIS-WIN | ?P?X | 00111111010100000011111101011000 | 3f503f58 |
EUC-JP | ?P?X | 00111111010100000011111101011000 | 3f503f58 |
UTF-8 | PX | 110000101001001001010000110000101001001001011000 | c29250c29258 |
UHC | ?P?X | 00111111010100000011111101011000 | 3f503f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)