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 | 源???之 | 10001100101110010011111100111111001111111001010001010110 | 8cb93f3f3f9456 |
EUC-JP | 源???之 | 10111000101110110011111100111111001111111100011110110111 | b8bb3f3f3fc7b7 |
UTF-8 | 源띔렡렚之 | 111001101011101010010000111010111001110110010100111010111010000010100001111010111010000010011010111001001011100110001011 | e6ba90eb9d94eba0a1eba09ae4b98b |
UHC | 源띔렡렚之 | 11101010101110011011011011101010100011101011001010001110101011011111000111111101 | eab9b6ea8eb28eadf1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)