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 | 霓懃距豢 | 1110100010111101100111001110011110001011100101111110011010110100 | e8bd9ce78b97e6b4 |
| EUC-JP | 霓懃距豢 | 1111000010111111110110001110100110110101111101111110110010110110 | f0bfd8e9b5f7ecb6 |
| UTF-8 | 霓懃距豢 | 111010011001110010010011111001101000011110000011111010001011011110011101111010001011000110100010 | e99c93e68783e8b79de8b1a2 |
| UHC | 霓懃距? | 11100111111001111101000011000100110010111110010100111111 | e7e7d0c4cbe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)