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 | ト、襞 | 11000100101001001110010111111100 | c4a4e5fc |
EUC-JP | ト、襞 | 100011101100010010001110101001001110101011111110 | 8ec48ea4eafe |
UTF-8 | ト、襞 | 111011111011111010000100111011111011110110100100111010001010010110011110 | efbe84efbda4e8a59e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)