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 | 曜??淳θ | 1001011101101010001111110011111110001111011111101000001111000110 | 976a3f3f8f7e83c6 |
| EUC-JP | 曜??淳θ | 1100110111001011001111110011111110111101110111111010011011001000 | cdcb3f3fbddfa6c8 |
| UTF-8 | 曜닳댌淳θ | 1110011010011011100111001110101110001011101100111110101110001100100011001110011010110111101100111100111010111000 | e69b9ceb8bb3eb8c8ce6b7b3ceb8 |
| UHC | 曜닳댌淳θ | 11101000111110001011010011100010100010001011010111100010111010001010010111101000 | e8f8b4e288b5e2e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)