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 | 衆?懿 | 1000111101001111001111111001110011110010 | 8f4f3f9cf2 |
EUC-JP | 衆?懿 | 1011110110110000001111111101100011110100 | bdb03fd8f4 |
UTF-8 | 衆렮懿 | 111010001010000110000110111010111010000010101110111001101000011110111111 | e8a186eba0aee687bf |
UHC | 衆렮懿 | 111100011110101110001110101110111110101111110011 | f1eb8ebbebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)