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?? | 0011111100111111010100110011111100111111 | 3f3f533f3f |
SJIS-WIN | 源?S雍? | 10001100101110010011111101010011111010001011010000111111 | 8cb93f53e8b43f |
EUC-JP | 源?S雍? | 10111000101110110011111101010011111100001011011000111111 | b8bb3f53f0b63f |
UTF-8 | 源렰S雍렧 | 11100110101110101001000011101011101000001011000001010011111010011001101110001101111010111010000010100111 | e6ba90eba0b053e99b8deba0a7 |
UHC | 源렰S雍렧 | 111010101011100110001110101111010101001111101000101111001000111010110110 | eab98ebd53e8bc8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)