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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 裃≫則矮 | 1110010111011111100000011110001010010001101001011110000111100010 | e5df81e291a5e1e2 |
| EUC-JP | 裃≫則矮 | 1110101011100001101000101110010011000010101001111110001011100100 | eae1a2e4c2a7e2e4 |
| UTF-8 | 裃≫則矮 | 111010001010001110000011111000101000100110101011111001011000100110000111111001111001111110101110 | e8a383e289abe58987e79fae |
| UHC | ?≫則矮 | 00111111101000011110110111110110110011101110100011100001 | 3fa1edf6cee8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)