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 | 10011110010001001001100001000011111000011011011001000010 | 9e449843e1b642 |
| EUC-JP | 曠呂盡B | 11011011101001011100111110100100111000101011100001000010 | dba5cfa4e2b842 |
| UTF-8 | 曠呂盡B | 11100110100110111010000011100101100100011000001011100111100110111010000101000010 | e69ba0e59182e79ba142 |
| UHC | 曠呂盡B | 11001110110001111101010111100101111100101101011101000010 | cec7d5e5f2d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)