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 | 卒?樗?^ | 10010001101100100011111110010010100101000011111101011110 | 91b23f92943f5e |
EUC-JP | 卒?樗?^ | 11000010101101000011111111000011111101000011111101011110 | c2b43fc3f43f5e |
UTF-8 | 卒렼樗렖^ | 11100101100011011001001011101011101000001011110011100110101010001001011111101011101000001001011001011110 | e58d92eba0bce6a897eba0965e |
UHC | 卒렼樗렖^ | 111100001110111110001110110001001110111011000000100011101010101101011110 | f0ef8ec4eec08eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)