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 | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
SJIS-WIN | 将。^宵蘓 | 1000111110101011101000010101111010001111101010101110010101011110 | 8faba15e8faae55e |
EUC-JP | 将。^宵蘓 | 101111101010110110001110101000010101111010111110101011001110100110111111 | bead8ea15ebeace9bf |
UTF-8 | 将。^宵蘓 | 11100101101100001000011011101111101111011010000101011110111001011010111010110101111010001001100010010011 | e5b086efbda15ee5aeb5e89893 |
UHC | ??^宵? | 001111110011111101011110111000011011001000111111 | 3f3f5ee1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)