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 | 琮 | 1111101101101010 | fb6a |
EUC-JP | 琮 | 100011111100110010110010 | 8fccb2 |
UTF-8 | 琮 | 111001111001000010101110 | e790ae |
UHC | 琮 | 1111000011111001 | f0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)