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 | 璽自治 | 100011101010001110001110101010011000111010100001 | 8ea38ea98ea1 |
EUC-JP | 璽自治 | 101111001010010110111100101010111011110010100011 | bca5bcabbca3 |
UTF-8 | 璽自治 | 111001111001001010111101111010001000011110101010111001101011001010111011 | e792bde887aae6b2bb |
UHC | 璽自治 | 110111111101111011101101101110111111011010111101 | dfdeedbbf6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)