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 | 曜位??? | 10010111011010101000100011001010001111110011111100111111 | 976a88ca3f3f3f |
| EUC-JP | 曜位??? | 11001101110010111011000011001100001111110011111100111111 | cdcbb0cc3f3f3f |
| UTF-8 | 曜位롏렞롒 | 111001101001101110011100111001001011110110001101111010111010000110001111111010111010000010011110111010111010000110010010 | e69b9ce4bd8deba18feba09eeba192 |
| UHC | 曜位롏렞롒 | 11101000111110001110101011001000100011101101010110001110101011111000111011010111 | e8f8eac88ed58eaf8ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)