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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 竟宍宍鰀ニ | 1110100011101101100011101011001111110000101110001000111010110011111111000100011011000110 | e8ed8eb3f0b88eb3fc46c6 |
| EUC-JP | 竟宍?宍鰀ニ | 111100001110111110111100101101010011111110111100101101011000111111101011101001011000111011000110 | f0efbcb53fbcb58feba58ec6 |
| UTF-8 | 竟宍宍鰀ニ | 111001111010101110011111111001011010111010001101111011101000000110110111111001011010111010001101111010011011000010000000111011111011111010000110 | e7ab9fe5ae8dee81b7e5ae8de9b080efbe86 |
| UHC | 竟????? | 11001100111001010011111100111111001111110011111100111111 | cce53f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)