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 | äPDh | 11100100010100001000101110001111100011110100010001101000 | e4508b8f8f4468 |
SJIS-WIN | ?P???Dh | 00111111010100000011111100111111001111110100010001101000 | 3f503f3f3f4468 |
EUC-JP | äP???Dh | 100011111010101110100011010100000011111100111111001111110100010001101000 | 8faba3503f3f3f4468 |
UTF-8 | äPDh | 1100001110100100010100001100001010001011110000101000111111000010100011110100010001101000 | c3a450c28bc28fc28f4468 |
UHC | ?P???Dh | 00111111010100000011111100111111001111110100010001101000 | 3f503f3f3f4468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)