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 | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
SJIS-WIN | 源?k淨? | 10001100101110010011111101101011100111111100010000111111 | 8cb93f6b9fc43f |
EUC-JP | 源?k淨? | 10111000101110110011111101101011110111101100011000111111 | b8bb3f6bdec63f |
UTF-8 | 源렰k淨렠 | 11100110101110101001000011101011101000001011000001101011111001101011011110101000111010111010000010100000 | e6ba90eba0b06be6b7a8eba0a0 |
UHC | 源렰k淨렠 | 111010101011100110001110101111010110101111101111111001001000111010110001 | eab98ebd6befe48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)