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 | 贖ц燦 | 111001101101110010000100100010001000111001010111 | e6dc84888e57 |
EUC-JP | 贖ц燦 | 111011001101111010100111111010001011101110111000 | ecdea7e8bbb8 |
UTF-8 | 贖ц燦 | 1110100010110100100101101101000110000110111001111000011110100110 | e8b496d186e787a6 |
UHC | 贖ц燦 | 111000011101101110101100111010001111001110111110 | e1dbace8f3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)