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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篆h械 | 111000101011110110000010100010001000101001000010 | e2bd82888a42 |
EUC-JP | 篆h械 | 111001001011111110100011111010001011001110100011 | e4bfa3e8b3a3 |
UTF-8 | 篆h械 | 111001111010111110000110111011111011110110001000111001101010001010110000 | e7af86efbd88e6a2b0 |
UHC | 篆h械 | 111011111010101010100011111010001100110011111110 | efaaa3e8ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)