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 | 霓懊f豢 | 1110100010111101100111001110001110000010100001101110011010110100 | e8bd9ce38286e6b4 |
| EUC-JP | 霓懊f豢 | 1111000010111111110110001110010110100011111001101110110010110110 | f0bfd8e5a3e6ecb6 |
| UTF-8 | 霓懊f豢 | 111010011001110010010011111001101000011110001010111011111011110110000110111010001011000110100010 | e99c93e6878aefbd86e8b1a2 |
| UHC | 霓懊f? | 11100111111001111110011111111000101000111110011000111111 | e7e7e7f8a3e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)