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 | 鶯痔鉎自 | 1110100111110010100011101010010011111011110001111000111010101001 | e9f28ea4fbc78ea9 |
| EUC-JP | 鶯痔鉎自 | 111100101111010010111100101001101000111111100011110111111011110010101011 | f2f4bca68fe3dfbcab |
| UTF-8 | 鶯痔鉎自 | 111010011011011010101111111001111001011110010100111010011000100110001110111010001000011110101010 | e9b6afe79794e9898ee887aa |
| UHC | 鶯痔?自 | 11100101101000111111011011000000001111111110110110111011 | e5a3f6c03fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)