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 | ð÷¢è½ | 111100001111011110001110101000101110100010111101 | f0f78ea2e8bd |
SJIS-WIN | ?÷?¢?? | 0011111110000001100000000011111110000001100100010011111100111111 | 3f81803f81913f3f |
EUC-JP | ð÷?¢è? | 100011111010100111000011101000011110000000111111101000011111000110001111101010111011001000111111 | 8fa9c3a1e03fa1f18fabb23f |
UTF-8 | ð÷¢è½ | 110000111011000011000011101101111100001010001110110000101010001011000011101010001100001010111101 | c3b0c3b7c28ec2a2c3a8c2bd |
UHC | ð÷???½ | 101010011010001110100001110000000011111100111111001111111010100011110110 | a9a3a1c03f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)