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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湿質湿嫉^ | 100011101011110010001110101111111000111010111100100011101011100101011110 | 8ebc8ebf8ebc8eb95e |
EUC-JP | 湿質湿嫉^ | 101111001011111010111100110000011011110010111110101111001011101101011110 | bcbebcc1bcbebcbb5e |
UTF-8 | 湿質湿嫉^ | 11100110101110011011111111101000101100111010101011100110101110011011111111100101101010111000100101011110 | e6b9bfe8b3aae6b9bfe5ab895e |
UHC | ?質?嫉^ | 00111111111100101111010100111111111100101110110001011110 | 3ff2f53ff2ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)