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 | ê©Ô륹 | 11101010101010011101010011101011100011101010010110111001 | eaa9d4eb8ea5b9 |
SJIS-WIN | ?????¥? | 0011111100111111001111110011111100111111100000011000111100111111 | 3f3f3f3f3f818f3f |
EUC-JP | ê©Ôë??? | 100011111010101110110100100011111010001011101101100011111010101011010100100011111010101110110011001111110011111100111111 | 8fabb48fa2ed8faad48fabb33f3f3f |
UTF-8 | ê©Ô륹 | 1100001110101010110000101010100111000011100101001100001110101011110000101000111011000010101001011100001010111001 | c3aac2a9c394c3abc28ec2a5c2b9 |
UHC | ??????¹ | 0011111100111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)