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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 湲?第?B | 10011111110100010011111110010001111001100011111101000010 | 9fd13f91e63f42 |
EUC-JP | 湲?第?B | 11011110110100110011111111000010111010000011111101000010 | ded33fc2e83f42 |
UTF-8 | 湲렣第렗B | 11100110101110011011001011101011101000001010001111100111101011001010110011101011101000001001011101000010 | e6b9b2eba0a3e7acaceba09742 |
UHC | 湲렣第렗B | 111010101011100010001110101101001111000010101111100011101010110001000010 | eab88eb4f0af8eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)