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 | PxPxB | 100011110101000010011011011110001000111101010000100110110111100001000010 | 8f509b788f509b7842 |
SJIS-WIN | ?P?x?P?xB | 001111110101000000111111011110000011111101010000001111110111100001000010 | 3f503f783f503f7842 |
EUC-JP | ?P?x?P?xB | 001111110101000000111111011110000011111101010000001111110111100001000010 | 3f503f783f503f7842 |
UTF-8 | PxPxB | 11000010100011110101000011000010100110110111100011000010100011110101000011000010100110110111100001000010 | c28f50c29b78c28f50c29b7842 |
UHC | ?P?x?P?xB | 001111110101000000111111011110000011111101010000001111110111100001000010 | 3f503f783f503f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)