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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 湿質湿爵W | 100011101011110010001110101111111000111010111100100011101101110101010111 | 8ebc8ebf8ebc8edd57 |
EUC-JP | 湿質湿爵W | 101111001011111010111100110000011011110010111110101111001101111101010111 | bcbebcc1bcbebcdf57 |
UTF-8 | 湿質湿爵W | 11100110101110011011111111101000101100111010101011100110101110011011111111100111100010001011010101010111 | e6b9bfe8b3aae6b9bfe788b557 |
UHC | ?質?爵W | 00111111111100101111010100111111111011011100100101010111 | 3ff2f53fedc957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)