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 | 源?畯??ⅲ | 100011001011100100111111111110110110111100111111001111111111101001000010 | 8cb93ffb6f3f3ffa42 |
EUC-JP | 源?畯??? | 101110001011101100111111100011111100110110111011001111110011111100111111 | b8bb3f8fcdbb3f3f3f |
UTF-8 | 源렰畯흑렲ⅲ | 111001101011101010010000111010111010000010110000111001111001010110101111111011011001110110010001111010111010000010110010111000101000010110110010 | e6ba90eba0b0e795afed9d91eba0b2e285b2 |
UHC | 源렰畯흑렲ⅲ | 111010101011100110001110101111011111000111100001110010001110011010001110101111111010010110100011 | eab98ebdf1e1c8e68ebfa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)