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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 湿質宍邪G | 100011101011110010001110101111111000111010110011100011101101011101000111 | 8ebc8ebf8eb38ed747 |
EUC-JP | 湿質宍邪G | 101111001011111010111100110000011011110010110101101111001101100101000111 | bcbebcc1bcb5bcd947 |
UTF-8 | 湿質宍邪G | 11100110101110011011111111101000101100111010101011100101101011101000110111101001100000101010101001000111 | e6b9bfe8b3aae5ae8de982aa47 |
UHC | ?質?邪G | 00111111111100101111010100111111110111101111011101000111 | 3ff2f53fdef747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)