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 | à öh | 1100001110100000110000111011011001101000 | c3a0c3b668 |
SJIS-WIN | ???¶h | 001111110011111100111111100000011111011101101000 | 3f3f3f81f768 |
EUC-JP | �öh | 10001111101010101010101000111111100011111010101010101010101000101111100101101000 | 8faaaa3f8faaaaa2f968 |
UTF-8 | à öh | 110000111000001111000010101000001100001110000011110000101011011001101000 | c383c2a0c383c2b668 |
UHC | ???¶h | 001111110011111100111111101000101101001001101000 | 3f3f3fa2d268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)