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 | 001111110111100101001000 | 3f7948 |
SJIS-WIN | ?yH | 001111110111100101001000 | 3f7948 |
EUC-JP | 邶yH | 1000111111100001111110100111100101001000 | 8fe1fa7948 |
UTF-8 | 邶yH | 1110100110000010101101100111100101001000 | e982b67948 |
UHC | ?yH | 001111110111100101001000 | 3f7948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)