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 | ??S? | 00111111001111110101001100111111 | 3f3f533f |
SJIS-WIN | 源?S雍 | 100011001011100100111111010100111110100010110100 | 8cb93f53e8b4 |
EUC-JP | 源?S雍 | 101110001011101100111111010100111111000010110110 | b8bb3f53f0b6 |
UTF-8 | 源렰S雍 | 11100110101110101001000011101011101000001011000001010011111010011001101110001101 | e6ba90eba0b053e99b8d |
UHC | 源렰S雍 | 11101010101110011000111010111101010100111110100010111100 | eab98ebd53e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)