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 | ??L??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
| SJIS-WIN | 偲磁L偲自~ | 10001110110000111000111010100101010011001000111011000011100011101010100101111110 | 8ec38ea54c8ec38ea97e |
| EUC-JP | 偲磁L偲自~ | 10111100110001011011110010100111010011001011110011000101101111001010101101111110 | bcc5bca74cbcc5bcab7e |
| UTF-8 | 偲磁L偲自~ | 1110010110000001101100101110011110100011100000010100110011100101100000011011001011101000100001111010101001111110 | e581b2e7a3814ce581b2e887aa7e |
| UHC | ?磁L?自~ | 0011111111101101101110000100110000111111111011011011101101111110 | 3fedb84c3fedbb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)