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 | 湿質 | 100011101011110010001110101111111111000011101001 | 8ebc8ebff0e9 |
EUC-JP | 湿質? | 1011110010111110101111001100000100111111 | bcbebcc13f |
UTF-8 | 湿質 | 111001101011100110111111111010001011001110101010111011101000001010101000 | e6b9bfe8b3aaee82a8 |
UHC | ?質? | 00111111111100101111010100111111 | 3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)