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 | äP | 111001000101000010000011 | e45083 |
SJIS-WIN | ?P? | 001111110101000000111111 | 3f503f |
EUC-JP | äP? | 1000111110101011101000110101000000111111 | 8faba3503f |
UTF-8 | äP | 1100001110100100010100001100001010000011 | c3a450c283 |
UHC | ?P? | 001111110101000000111111 | 3f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)