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 | ñ÷¥ì½ | 111100011111011110001110101001011110110010111101 | f1f78ea5ecbd |
SJIS-WIN | ?÷?¥?? | 0011111110000001100000000011111110000001100011110011111100111111 | 3f81803f818f3f3f |
EUC-JP | ñ÷??ì? | 1000111110101011110100001010000111100000001111110011111110001111101010111100000000111111 | 8fabd0a1e03f3f8fabc03f |
UTF-8 | ñ÷¥ì½ | 110000111011000111000011101101111100001010001110110000101010010111000011101011001100001010111101 | c3b1c3b7c28ec2a5c3acc2bd |
UHC | ?÷???½ | 0011111110100001110000000011111100111111001111111010100011110110 | 3fa1c03f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)