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 | 1110011011110100111010001111100011101000101110100110111001000010 | e6f4e8f8e8ba6e42 |
EUC-JP | 踝顏霄nB | 1110110011110110111100001111101011110000101111000110111001000010 | ecf6f0faf0bc6e42 |
UTF-8 | 踝顏霄nB | 1110100010111000100111011110100110100001100011111110100110011100100001000110111001000010 | e8b89de9a18fe99c846e42 |
UHC | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)