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 | ?豆?冪? | 00111111100100111010010000111111100110010111000000111111 | 3f93a43f99703f |
| EUC-JP | 塡豆?冪? | 100011111011100010110100110001101010011000111111110100011101000100111111 | 8fb8b4c6a63fd1d13f |
| UTF-8 | 塡豆렎冪렰 | 111001011010000110100001111010001011000110000110111010111010000010001110111001011000011010101010111010111010000010110000 | e5a1a1e8b186eba08ee586aaeba0b0 |
| UHC | 塡豆렎冪렰 | 11101110111100111101010011100111100011101010010011011000111100011000111010111101 | eef3d4e78ea4d8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)