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 | ? | 00111111 | 3f |
SJIS-WIN | 漲 | 1001111111111011 | 9ffb |
EUC-JP | 漲 | 1101111011111101 | defd |
UTF-8 | 漲 | 111001101011110010110010 | e6bcb2 |
UHC | 漲 | 1111001111101000 | f3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)