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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 地?駭?B | 10010010011011100011111111101001011011100011111101000010 | 926e3fe96e3f42 |
EUC-JP | 地?駭?B | 11000011110011110011111111110001110011110011111101000010 | c3cf3ff1cf3f42 |
UTF-8 | 地렪駭핸B | 11100101100111001011000011101011101000001010101011101001101001111010110111101101100101011011100001000010 | e59cb0eba0aae9a7aded95b842 |
UHC | 地렪駭핸B | 111100101010001010001110101110001111101010110100110001111101101001000010 | f2a28eb8fab4c7da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)