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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 踞セ遏」c^ | 1110011011110101101111101110011110011111101000110110001101011110 | e6f5bee79fa3635e |
EUC-JP | 踞セ遏」c^ | 11101100111101111000111010111110111011101010000110001110101000110110001101011110 | ecf78ebeeea18ea3635e |
UTF-8 | 踞セ遏」c^ | 1110100010111000100111101110111110111101101111101110100110000001100011111110111110111101101000110110001101011110 | e8b89eefbdbee9818fefbda3635e |
UHC | 踞???c^ | 11001011111001100011111100111111001111110110001101011110 | cbe63f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)