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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 艇?樗?^ | 10010010111110000011111110010010100101000011111101011110 | 92f83f92943f5e |
EUC-JP | 艇?樗?^ | 11000100111110100011111111000011111101000011111101011110 | c4fa3fc3f43f5e |
UTF-8 | 艇렣樗렪^ | 11101000100010011000011111101011101000001010001111100110101010001001011111101011101000001010101001011110 | e88987eba0a3e6a897eba0aa5e |
UHC | 艇렣樗렪^ | 111011111111001110001110101101001110111011000000100011101011100001011110 | eff38eb4eec08eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)