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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 景??nB | 100011000110100100111111001111110110111001000010 | 8c693f3f6e42 |
EUC-JP | 景??nB | 101101111100101000111111001111110110111001000010 | b7ca3f3f6e42 |
UTF-8 | 景라띠nB | 1110011010011001101011111110101110011101101111001110101110011101101000000110111001000010 | e699afeb9dbceb9da06e42 |
UHC | 景라띠nB | 1100110011011000101101101111001110110110111011000110111001000010 | ccd8b6f3b6ec6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)