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 | ????咀斧 | 0011111100111111001111110011111110011001111100001001010110000000 | 3f3f3f3f99f09580 |
| EUC-JP | ????咀斧 | 0011111100111111001111110011111111010010111100101100100111100000 | 3f3f3f3fd2f2c9e0 |
| UTF-8 | 吏흘렩렍咀斧 | 111011111010011110011110111011011001110110011000111010111010000010101001111010111010000010001101111001011001001010000000111001101001011010100111 | efa79eed9d98eba0a9eba08de59280e696a7 |
| UHC | 吏흘렩렍咀斧 | 111011001010011111001000111010101000111010110111100011101010001111101110101110101101110110101000 | eca7c8ea8eb78ea3eebadda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)