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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 穩??要?? | 1110001001110010001111110011111110010111011101100011111100111111 | e2723f3f97763f3f |
| EUC-JP | 穩??要?? | 1110001111010011001111110011111111001101110101110011111100111111 | e3d33f3fcdd73f3f |
| UTF-8 | 穩뚳슴要쀤많 | 111001111010100110101001111010111001101010110011111011001000101010110100111010001010011010000001111011001000000010100100111010111010011110001110 | e7a9a9eb9ab3ec8ab4e8a681ec80a4eba78e |
| UHC | 穩뚳슴要쀤많 | 111010001011000110001100111011111011110110111111111010011010100110010111111001001011100010111001 | e8b18cefbdbfe9a997e4b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)