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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轢殄轢 | 111001111000000010011111011010001110011110000000 | e7809f68e780 |
EUC-JP | 轢殄轢 | 111011011110000011011101110010011110110111100000 | ede0ddc9ede0 |
UTF-8 | 轢殄轢 | 111010001011110110100010111001101010111010000100111010001011110110100010 | e8bda2e6ae84e8bda2 |
UHC | 轢殄轢 | 110101011111100111110010110011111101010111111001 | d5f9f2cfd5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)