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 | 栽??㎞ | 100011011100110100111111001111111000011101110001 | 8dcd3f3f8771 |
| EUC-JP | 栽??? | 1011101011001111001111110011111100111111 | bacf3f3f3f |
| UTF-8 | 栽렕理㎞ | 111001101010000010111101111010111010000010010101111011111010011110100100111000111000111010011110 | e6a0bdeba095efa7a4e38e9e |
| UHC | 栽렕理㎞ | 1110111010101000100011101010101011101100101101011010011110110000 | eea88eaaecb5a7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)