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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 莊????B | 11100100101101010011111100111111001111110011111101000010 | e4b53f3f3f3f42 |
EUC-JP | 莊????B | 11101000101101110011111100111111001111110011111101000010 | e8b73f3f3f3f42 |
UTF-8 | 莊쮜렔띤투B | 11101000100011101000101011101100101011101001110011101011101000001001010011101011100111011010010011101101100010001010110001000010 | e88e8aecae9ceba094eb9da4ed88ac42 |
UHC | 莊쮜렔띤투B | 1110110111110110110000101110100010001110101010011011011011101101110001011111010101000010 | edf6c2e88ea9b6edc5f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)