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 | ñ÷¥ | 11110001111101111000111010100101 | f1f78ea5 |
SJIS-WIN | ?÷?¥ | 001111111000000110000000001111111000000110001111 | 3f81803f818f |
EUC-JP | ñ÷?? | 10001111101010111101000010100001111000000011111100111111 | 8fabd0a1e03f3f |
UTF-8 | ñ÷¥ | 1100001110110001110000111011011111000010100011101100001010100101 | c3b1c3b7c28ec2a5 |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)