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}B | 11100100010100000111110101000010 | e4507d42 |
SJIS-WIN | ?P}B | 00111111010100000111110101000010 | 3f507d42 |
EUC-JP | äP}B | 100011111010101110100011010100000111110101000010 | 8faba3507d42 |
UTF-8 | äP}B | 1100001110100100010100000111110101000010 | c3a4507d42 |
UHC | ?P}B | 00111111010100000111110101000010 | 3f507d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)