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 | 澱??脛? | 10010011011000100011111100111111111000111111100000111111 | 93623f3fe3f83f |
EUC-JP | 澱??脛? | 11000101110000110011111100111111111001101111101000111111 | c5c33f3fe6fa3f |
UTF-8 | 澱렖狀脛렍 | 111001101011111010110001111010111010000010010110111011111010011110111010111010001000010010011011111010111010000010001101 | e6beb1eba096efa7bae8849beba08d |
UHC | 澱렖狀脛렍 | 11101110111111101000111010101011111011011110111011001100111010111000111010100011 | eefe8eabedeecceb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)