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 | îäâúÕ¬ | 1110111011100100111000101111101010001110110101011000111010101100 | eee4e2fa8ed58eac |
SJIS-WIN | ???????¬ | 001111110011111100111111001111110011111100111111001111111000000111001010 | 3f3f3f3f3f3f3f81ca |
EUC-JP | îäâú?Õ?¬ | 10001111101010111100001010001111101010111010001110001111101010111010010010001111101010111110001000111111100011111010101011011000001111111010001011001100 | 8fabc28faba38faba48fabe23f8faad83fa2cc |
UTF-8 | îäâúÕ¬ | 11000011101011101100001110100100110000111010001011000011101110101100001010001110110000111001010111000010100011101100001010101100 | c3aec3a4c3a2c3bac28ec395c28ec2ac |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)