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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 僚노쵉劉첕 | 111011111010011010111011111010111000010110111000111011001011010110001001111011111010011110000111111011001011001010010101 | efa6bbeb85b8ecb589efa787ecb295 |
| UHC | 僚노쵉劉첕 | 11101000111010001011001111101011101011001000101111101010111001011010101101000010 | e8e8b3ebac8beae5ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)