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 | ÛÏ÷ø | 11011011110011111111011111111000 | dbcff7f8 |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | ÛÏ÷ø | 1000111110101010111001011000111110101010110000011010000111100000100011111010100111001100 | 8faae58faac1a1e08fa9cc |
UTF-8 | ÛÏ÷ø | 1100001110011011110000111000111111000011101101111100001110111000 | c39bc38fc3b7c3b8 |
UHC | ??÷ø | 001111110011111110100001110000001010100110101010 | 3f3fa1c0a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)