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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蜩ュ遨ゥ\ | 11100101100100111010110111100111101010011010100101011100 | e593ade7a9a95c |
EUC-JP | 蜩ュ遨ゥ\ | 111010011111001110001110101011011110111010101011100011101010100101011100 | e9f38eadeeab8ea95c |
UTF-8 | 蜩ュ遨ゥ\ | 11101000100111001010100111101111101111011010110111101001100000011010100011101111101111011010100101011100 | e89ca9efbdade981a8efbda95c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)