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 | ÛÏÌ÷ | 11011011110011111100110011110111 | dbcfccf7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | ÛÏÌ÷ | 1000111110101010111001011000111110101010110000011000111110101010110000001010000111100000 | 8faae58faac18faac0a1e0 |
UTF-8 | ÛÏÌ÷ | 1100001110011011110000111000111111000011100011001100001110110111 | c39bc38fc38cc3b7 |
UHC | ???÷ | 0011111100111111001111111010000111000000 | 3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)