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 | タ | 110000001111001011001101111100111100000011110010110011011111001101000010 | c0f2cdf3c0f2cdf342 |
EUC-JP | タ???? | 100011101100000000111111001111110011111100111111 | 8ec03f3f3f3f |
UTF-8 | タ | 111011111011111010000000111011101000100010000100111011101000101010110011111011101000100010000100111011101000100010110110 | efbe80ee8884ee8ab3ee8884ee88b6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)