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 | ??⇔骸 | 001111110011111110000001110011001000101001011011 | 3f3f81cc8a5b |
| EUC-JP | ??⇔骸 | 001111110011111110100010110011101011001110111100 | 3f3fa2ceb3bc |
| UTF-8 | 蓮곮⇔骸 | 111011111010011010011001111010101011001110101110111000101000011110010100111010011010101010111000 | efa699eab3aee28794e9aab8 |
| UHC | 蓮곮⇔骸 | 1110011011100101100000011110100010100010101000101111101010110101 | e6e581e8a2a2fab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)