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 | ô×}B | 11110100110101110111110101000010 | f4d77d42 |
SJIS-WIN | ?×}B | 0011111110000001011111100111110101000010 | 3f817e7d42 |
EUC-JP | ô×}B | 10001111101010111101010010100001110111110111110101000010 | 8fabd4a1df7d42 |
UTF-8 | ô×}B | 110000111011010011000011100101110111110101000010 | c3b4c3977d42 |
UHC | ?×}B | 0011111110100001101111110111110101000010 | 3fa1bf7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)