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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韋帑シ應 | 11101000111010001001101111100100101111001001110011100100 | e8e89be4bc9ce4 |
EUC-JP | 韋帑シ應 | 1111000011101010110101101110011010001110101111001101100011100110 | f0ead6e68ebcd8e6 |
UTF-8 | 韋帑シ應 | 111010011001111110001011111001011011100010010001111011111011110110111100111001101000011110001001 | e99f8be5b891efbdbce68789 |
UHC | 韋帑?應 | 11101010110111111111011110110110001111111110101111101011 | eadff7b63febeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)