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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | タ昞 | 110000001111101011010011 | c0fad3 |
EUC-JP | タ昞 | 1000111011000000100011111100001010100001 | 8ec08fc2a1 |
UTF-8 | タ昞 | 111011111011111010000000111001101001100010011110 | efbe80e6989e |
UHC | ?昞 | 001111111101110010110101 | 3fdcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)