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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獗痺瘍 | 111000001101001111100001100000111110000110000111 | e0d3e183e187 |
EUC-JP | 獗痺瘍 | 111000001101010111100001111000111110000111100111 | e0d5e1e3e1e7 |
UTF-8 | 獗痺瘍 | 111001111000110110010111111001111001011110111010111001111001100010001101 | e78d97e797bae7988d |
UHC | 獗痺瘍 | 110011111111000111011101111101101110010111001011 | cff1ddf6e5cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)