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 | 源???? | 100011001011100100111111001111110011111100111111 | 8cb93f3f3f3f |
EUC-JP | 源???塼 | 1011100010111011001111110011111100111111100011111011100010111001 | b8bb3f3f3f8fb8b9 |
UTF-8 | 源렰欌렪塼 | 111001101011101010010000111010111010000010110000111001101010110010001100111010111010000010101010111001011010000110111100 | e6ba90eba0b0e6ac8ceba0aae5a1bc |
UHC | 源렰欌렪塼 | 11101010101110011000111010111101111011011110101110001110101110001110111011110100 | eab98ebdedeb8eb8eef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)