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 | 鴣。 | 111010011011010010100011111011111011110110100001 | e9b4a3efbda1 |
| SJIS-WIN | ?´£??? | 0011111110000001010011001000000110010010001111110011111100111111 | 3f814c81923f3f3f |
| EUC-JP | 鴣� | 1000111110101011101100011010000110101101101000011111001010001111101010111100000100111111100011111010001011000010 | 8fabb1a1ada1f28fabc13f8fa2c2 |
| UTF-8 | 鴣。 | 110000111010100111000010101101001100001010100011110000111010111111000010101111011100001010100001 | c3a9c2b4c2a3c3afc2bdc2a1 |
| UHC | ?´??½¡ | 001111111010001010100101001111110011111110101000111101101010001010101110 | 3fa2a53f3fa8f6a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)