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 | ñ÷¢è» | 111100011111011110001110101000101110100010111011 | f1f78ea2e8bb |
SJIS-WIN | ?÷?¢?? | 0011111110000001100000000011111110000001100100010011111100111111 | 3f81803f81913f3f |
EUC-JP | ñ÷?¢è? | 100011111010101111010000101000011110000000111111101000011111000110001111101010111011001000111111 | 8fabd0a1e03fa1f18fabb23f |
UTF-8 | ñ÷¢è» | 110000111011000111000011101101111100001010001110110000101010001011000011101010001100001010111011 | c3b1c3b7c28ec2a2c3a8c2bb |
UHC | ?÷???? | 00111111101000011100000000111111001111110011111100111111 | 3fa1c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)