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 | 筌↑?喩 | 11100010101000111000000110101010001111111001101001100111 | e2a381aa3f9a67 |
EUC-JP | 筌↑?喩 | 11100100101001011010001010101100001111111101001111001000 | e4a5a2ac3fd3c8 |
UTF-8 | 筌↑폊喩 | 111001111010110110001100111000101000011010010001111011011000111110001010111001011001011010101001 | e7ad8ce28691ed8f8ae596a9 |
UHC | 筌↑폊喩 | 1110111110100111101000011110100010111100100101011110101011100111 | efa7a1e8bc95eae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)