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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | タ迴霾 | 1100000011100111100011111110100011001000 | c0e78fe8c8 |
EUC-JP | タ迴霾 | 100011101100000011101101111011111111000011001010 | 8ec0edeff0ca |
UTF-8 | タ迴霾 | 111011111011111010000000111010001011111110110100111010011001110010111110 | efbe80e8bfb4e99cbe |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)