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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 源?低屯?畯 | 10001100101110010011111110010010111000011001001111010100001111111111101101101111 | 8cb93f92e193d43ffb6f |
EUC-JP | 源?低屯?畯 | 1011100010111011001111111100010011100011110001101101011000111111100011111100110110111011 | b8bb3fc4e3c6d63f8fcdbb |
UTF-8 | 源렰低屯횅畯 | 111001101011101010010000111010111010000010110000111001001011110110001110111001011011000110101111111011011001101010000101111001111001010110101111 | e6ba90eba0b0e4bd8ee5b1afed9a85e795af |
UHC | 源렰低屯횅畯 | 111010101011100110001110101111011110111010111000110101001110101011001000101101111111000111100001 | eab98ebdeeb8d4eac8b7f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)