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 | ñï¶~ | 1111000111101111100011101011011001111110 | f1ef8eb67e |
SJIS-WIN | ???¶~ | 001111110011111100111111100000011111011101111110 | 3f3f3f81f77e |
EUC-JP | ñï?¶~ | 10001111101010111101000010001111101010111100000100111111101000101111100101111110 | 8fabd08fabc13fa2f97e |
UTF-8 | ñï¶~ | 110000111011000111000011101011111100001010001110110000101011011001111110 | c3b1c3afc28ec2b67e |
UHC | ???¶~ | 001111110011111100111111101000101101001001111110 | 3f3f3fa2d27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)