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 | ô³ñ¹£ï^ | 11110100101100111111000110111001101000111110111101011110 | f4b3f1b9a3ef5e |
SJIS-WIN | ????£?^ | 0011111100111111001111110011111110000001100100100011111101011110 | 3f3f3f3f81923f5e |
EUC-JP | ô?ñ?£ï^ | 1000111110101011110101000011111110001111101010111101000000111111101000011111001010001111101010111100000101011110 | 8fabd43f8fabd03fa1f28fabc15e |
UTF-8 | ô³ñ¹£ï^ | 11000011101101001100001010110011110000111011000111000010101110011100001010100011110000111010111101011110 | c3b4c2b3c3b1c2b9c2a3c3af5e |
UHC | ?³?¹??^ | 001111111010100111111000001111111010100111110110001111110011111101011110 | 3fa9f83fa9f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)