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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 瀛??伸? | 11100000011010010011111100111111100100000100110000111111 | e0693f3f904c3f |
| EUC-JP | 瀛??伸? | 11011111110010100011111100111111101111111010110100111111 | dfca3f3fbfad3f |
| UTF-8 | 瀛륂뢐伸깉 | 111001111000000010011011111010111010010110000010111010111010001010010000111001001011110010111000111010101011100110001001 | e7809beba582eba290e4bcb8eab989 |
| UHC | 瀛륂뢐伸깉 | 11100111101110101000111111101101100011110100101111100011110111111000001110001000 | e7ba8fed8f4be3df8388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)