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 | ë÷¿Í | 111010111111011110001110101111111000111111001101 | ebf78ebf8fcd |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | ë÷?¿?Í | 10001111101010111011001110100001111000000011111110001111101000101100010000111111100011111010101010111111 | 8fabb3a1e03f8fa2c43f8faabf |
UTF-8 | ë÷¿Í | 110000111010101111000011101101111100001010001110110000101011111111000010100011111100001110001101 | c3abc3b7c28ec2bfc28fc38d |
UHC | ?÷?¿?? | 0011111110100001110000000011111110100010101011110011111100111111 | 3fa1c03fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)