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 | 鱆軸崧 | 111010011110000110001110101100101111101010101111 | e9e18eb2faaf |
| EUC-JP | 鱆軸崧 | 11110010111000111011110010110100100011111011101111001010 | f2e3bcb48fbbca |
| UTF-8 | 鱆軸崧 | 111010011011000110000110111010001011101110111000111001011011010010100111 | e9b186e8bbb8e5b4a7 |
| UHC | ?軸崧 | 0011111111110101111011101110001011111110 | 3ff5eee2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)