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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
| SJIS-WIN | 癲?×有?? | 111000011001111100111111100000010111111010010111010011000011111100111111 | e19f3f817e974c3f3f |
| EUC-JP | 癲?×有?? | 111000101010000100111111101000011101111111001101101011010011111100111111 | e2a13fa1dfcdad3f3f |
| UTF-8 | 癲곸×有삣렘 | 1110011110011001101100101110101010110011101110001100001110010111111001101001110010001001111011001000001010100011111010111010000010011000 | e799b2eab3b8c397e69c89ec82a3eba098 |
| UHC | 癲곸×有삣렘 | 111011111010011010000001111011001010000110111111111010101111001110111011111001011011011110111101 | efa681eca1bfeaf3bbe5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)