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 | 蘖??揖? | 10011111010100000011111100111111100101110100101100111111 | 9f503f3f974b3f |
EUC-JP | 蘖??揖? | 11011101101100010011111100111111110011011010110000111111 | ddb13f3fcdac3f |
UTF-8 | 蘖뽦뫅揖쇗 | 111010001001100010010110111010111011110110100110111010111010101110000101111001101000111110010110111011001000011110010111 | e89896ebbda6ebab85e68f96ec8797 |
UHC | 蘖뽦뫅揖쇗 | 11100101111011101001011011100010100100011010100011101011111001111011110011100110 | e5ee96e291a8ebe7bce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)