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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 曠呂禮B | 10011110010001001001100001000011111000100101100001000010 | 9e449843e25842 |
| EUC-JP | 曠呂禮B | 11011011101001011100111110100100111000111011100101000010 | dba5cfa4e3b942 |
| UTF-8 | 曠呂禮B | 11100110100110111010000011100101100100011000001011100111101001101010111001000010 | e69ba0e59182e7a6ae42 |
| UHC | 曠呂禮B | 11001110110001111101010111100101110101101100100101000010 | cec7d5e5d6c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)