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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 已?美 | 1001101111011111001111111001010011111100 | 9bdf3f94fc |
EUC-JP | 已?美 | 1101011011100001001111111100100011111110 | d6e13fc8fe |
UTF-8 | 已고美 | 111001011011011110110010111010101011001110100000111001111011111010001110 | e5b7b2eab3a0e7be8e |
UHC | 已고美 | 111011001010101110110000111011011101101010111000 | ecabb0eddab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)