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 | 辯滕棍 | 111001111000011110011111111011001001111010011110 | e7879fec9e9e |
EUC-JP | 辯滕棍 | 111011011110011111011110111011101101101111111110 | ede7deeedbfe |
UTF-8 | 辯滕棍 | 111010001011111010101111111001101011101110010101111001101010001110001101 | e8beafe6bb95e6a38d |
UHC | 辯?棍 | 1101110010101010001111111100110111100010 | dcaa3fcde2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)