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 | ñëÊê¾Û£ | 1111000111101011110010101110101010001110101111101101101110100011 | f1ebcaea8ebedba3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ñëÊê??Û£ | 10001111101010111101000010001111101010111011001110001111101010101011010010001111101010111011010000111111001111111000111110101010111001011010000111110010 | 8fabd08fabb38faab48fabb43f3f8faae5a1f2 |
UTF-8 | ñëÊê¾Û£ | 11000011101100011100001110101011110000111000101011000011101010101100001010001110110000101011111011000011100110111100001010100011 | c3b1c3abc38ac3aac28ec2bec39bc2a3 |
UHC | ?????¾?? | 001111110011111100111111001111110011111110101000111110100011111100111111 | 3f3f3f3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)