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 | áyh | 111000010111100101101000 | e17968 |
SJIS-WIN | ?yh | 001111110111100101101000 | 3f7968 |
EUC-JP | áyh | 1000111110101011101000010111100101101000 | 8faba17968 |
UTF-8 | áyh | 11000011101000010111100101101000 | c3a17968 |
UHC | ?yh | 001111110111100101101000 | 3f7968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)