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 | 10001110100010100011111111101001011011100011111101000010 | 8e8a3fe96e3f42 |
EUC-JP | 至?駭?B | 10111011111010100011111111110001110011110011111101000010 | bbea3ff1cf3f42 |
UTF-8 | 至렞駭핸B | 11101000100001111011001111101011101000001001111011101001101001111010110111101101100101011011100001000010 | e887b3eba09ee9a7aded95b842 |
UHC | 至렞駭핸B | 111100101011100010001110101011111111101010110100110001111101101001000010 | f2b88eaffab4c7da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)