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 | 渦í¿W | 11100110101110001010011011101101100100101011111101010111 | e6b8a6ed92bf57 |
SJIS-WIN | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
EUC-JP | 渦�W | 1000111110101001110000011000111110100010101100011000111110100010110000111000111110101011101111110011111110001111101000101100010001010111 | 8fa9c18fa2b18fa2c38fabbf3f8fa2c457 |
UTF-8 | 渦í¿W | 11000011101001101100001010111000110000101010011011000011101011011100001010010010110000101011111101010111 | c3a6c2b8c2a6c3adc292c2bf57 |
UHC | æ¸???¿W | 10101001101000011010001010101100001111110011111100111111101000101010111101010111 | a9a1a2ac3f3f3fa2af57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)