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 | ϳϳ] | 1100111110110011110011111011001101011101 | cfb3cfb35d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | Ï?Ï?] | 100011111010101011000001001111111000111110101010110000010011111101011101 | 8faac13f8faac13f5d |
UTF-8 | ϳϳ] | 110000111000111111000010101100111100001110001111110000101011001101011101 | c38fc2b3c38fc2b35d |
UHC | ?³?³] | 00111111101010011111100000111111101010011111100001011101 | 3fa9f83fa9f85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)