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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螽幗質縺撮 | 11100101101010001001101111101100100011101011111111100011100000011000111001000010 | e5a89bec8ebfe3818e42 |
EUC-JP | 螽幗質縺撮 | 11101010101010101101011011101110101111001100000111100101111000011011101110100011 | eaaad6eebcc1e5e1bba3 |
UTF-8 | 螽幗質縺撮 | 111010001001111010111101111001011011100110010111111010001011001110101010111001111011100010111010111001101001001010101110 | e89ebde5b997e8b3aae7b8bae692ae |
UHC | ??質?撮 | 00111111001111111111001011110101001111111111010111001001 | 3f3ff2f53ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)