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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 廛?酊?B | 10011100010001000011111111100111110000100011111101000010 | 9c443fe7c23f42 |
EUC-JP | 廛?酊?B | 11010111101001010011111111101110110001000011111101000010 | d7a53feec43f42 |
UTF-8 | 廛렟酊렟B | 11100101101110111001101111101011101000001001111111101001100001011000101011101011101000001001111101000010 | e5bb9beba09fe9858aeba09f42 |
UHC | 廛렟酊렟B | 111011101111100010001110101100001110111111111000100011101011000001000010 | eef88eb0eff88eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)