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 | 100101110101000000111111001111110110111001000010 | 97503f3f6e42 |
EUC-JP | 猶??nB | 110011011011000100111111001111110110111001000010 | cdb13f3f6e42 |
UTF-8 | 猶뽯젿nB | 1110011110001100101101101110101110111101101011111110110010100000101111110110111001000010 | e78cb6ebbdafeca0bf6e42 |
UHC | 猶뽯젿nB | 1110101110100010100101101110101110100000101100010110111001000010 | eba296eba0b16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)