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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 淫??u^ | 100010001111101000111111001111110111010101011110 | 88fa3f3f755e |
| EUC-JP | 淫??u^ | 101100001111110000111111001111110111010101011110 | b0fc3f3f755e |
| UTF-8 | 淫먯꺃u^ | 1110011010110111101010111110101110101000101011111110101010111010100000110111010101011110 | e6b7abeba8afeaba83755e |
| UHC | 淫먯꺃u^ | 1110101111100010100100001110110010000011101011000111010101011110 | ebe290ec83ac755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)