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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 顆る凾B | 11101000111101111000001011101001100110011000001001000010 | e8f782e9998242 |
| EUC-JP | 顆る凾B | 11110000111110011010010011101011110100011110001001000010 | f0f9a4ebd1e242 |
| UTF-8 | 顆る凾B | 11101001101000011000011011100011100000101000101111100101100001111011111001000010 | e9a186e3828be587be42 |
| UHC | 顆る?B | 110011101010100010101010111010110011111101000010 | cea8aaeb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)