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 | àÙ½Ô¼ | 100011111110000011011001101111011101010010111100 | 8fe0d9bdd4bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?àÙ?Ô? | 001111111000111110101011101000101000111110101010111000110011111110001111101010101101010000111111 | 3f8faba28faae33f8faad43f |
UTF-8 | àÙ½Ô¼ | 110000101000111111000011101000001100001110011001110000101011110111000011100101001100001010111100 | c28fc3a0c399c2bdc394c2bc |
UHC | ???½?¼ | 0011111100111111001111111010100011110110001111111010100011111001 | 3f3f3fa8f63fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)