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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 砌澣 | 11100001111001001110000001010100 | e1e4e054 |
EUC-JP | 砌澣 | 11100010111001101101111110110101 | e2e6dfb5 |
UTF-8 | 砌澣 | 111001111010000010001100111001101011111010100011 | e7a08ce6bea3 |
UHC | ?澣 | 001111111111100111010100 | 3ff9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)