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 | 11100001010100000011111111101000010000100011111101000010 | e1503fe8423f42 |
EUC-JP | 甕?錚?B | 11100001101100010011111111101111101000110011111101000010 | e1b13fefa33f42 |
UTF-8 | 甕렋錚렟B | 11100111100101001001010111101011101000001000101111101001100011001001101011101011101000001001111101000010 | e79495eba08be98c9aeba09f42 |
UHC | 甕렋錚렟B | 111010001011100010001110101000101110111010110110100011101011000001000010 | e8b88ea2eeb68eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)