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 | 招瀰 | 10001111101101011110000001101111 | 8fb5e06f |
EUC-JP | 招瀰 | 10111110101101111101111111010000 | beb7dfd0 |
UTF-8 | 招瀰 | 111001101000101110011011111001111000000010110000 | e68b9be780b0 |
UHC | 招? | 111101001111110100111111 | f4fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)