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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艾?墺偕 | 11100100100010000011111110011010110100101001100011110001 | e4883f9ad298f1 |
EUC-JP | 艾?墺偕 | 11100111111010000011111111010100110101001101000011110011 | e7e83fd4d4d0f3 |
UTF-8 | 艾쌆墺偕 | 111010001000100110111110111011001000110010000110111001011010001010111010111001011000000110010101 | e889beec8c86e5a2bae58195 |
UHC | 艾쌆墺偕 | 1110010011110101100110101111100111100111111100101111101010100101 | e4f59af9e7f2faa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)