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 | 踰??? | 1110011011111010001111110011111100111111 | e6fa3f3f3f |
| EUC-JP | 踰??? | 1110110011111100001111110011111100111111 | ecfc3f3f3f |
| UTF-8 | 踰롮왋흮 | 111010001011100010110000111010111010000110101110111011001001100110001011111011011001110110101110 | e8b8b0eba1aeec998bed9dae |
| UHC | 踰롮왋흮 | 1110101110110010100011101110110010011110101111001100010110001010 | ebb28eec9ebcc58a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)