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 | ñ÷¥ | 1111000111110111100011101010010110001110 | f1f78ea58e |
SJIS-WIN | ?÷?¥? | 00111111100000011000000000111111100000011000111100111111 | 3f81803f818f3f |
EUC-JP | ñ÷??? | 1000111110101011110100001010000111100000001111110011111100111111 | 8fabd0a1e03f3f3f |
UTF-8 | ñ÷¥ | 11000011101100011100001110110111110000101000111011000010101001011100001010001110 | c3b1c3b7c28ec2a5c28e |
UHC | ?÷??? | 001111111010000111000000001111110011111100111111 | 3fa1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)