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 | ??s | 001111110011111101110011 | 3f3f73 |
SJIS-WIN | ロカs | 110110111011011001110011 | dbb673 |
EUC-JP | ロカs | 1000111011011011100011101011011001110011 | 8edb8eb673 |
UTF-8 | ロカs | 11101111101111101001101111101111101111011011011001110011 | efbe9befbdb673 |
UHC | ??s | 001111110011111101110011 | 3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)