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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??⇔倖 | 001111110011111110000001110011001000110011110100 | 3f3f81cc8cf4 |
| EUC-JP | ??⇔倖 | 001111110011111110100010110011101011100011110110 | 3f3fa2ceb8f6 |
| UTF-8 | 蓮곮⇔倖 | 111011111010011010011001111010101011001110101110111000101000011110010100111001011000000010010110 | efa699eab3aee28794e58096 |
| UHC | 蓮곮⇔倖 | 1110011011100101100000011110100010100010101000101111101010111000 | e6e581e8a2a2fab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)