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 | ï÷¥è¿ | 111011111111011110001110101001011110100010111111 | eff78ea5e8bf |
SJIS-WIN | ?÷?¥?? | 0011111110000001100000000011111110000001100011110011111100111111 | 3f81803f818f3f3f |
EUC-JP | ï÷??è¿ | 10001111101010111100000110100001111000000011111100111111100011111010101110110010100011111010001011000100 | 8fabc1a1e03f3f8fabb28fa2c4 |
UTF-8 | ï÷¥è¿ | 110000111010111111000011101101111100001010001110110000101010010111000011101010001100001010111111 | c3afc3b7c28ec2a5c3a8c2bf |
UHC | ?÷???¿ | 0011111110100001110000000011111100111111001111111010001010101111 | 3fa1c03f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)