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 | ?SG | 001111110101001101000111 | 3f5347 |
SJIS-WIN | 涌SG | 10010111010011110101001101000111 | 974f5347 |
EUC-JP | 涌SG | 11001101101100000101001101000111 | cdb05347 |
UTF-8 | 涌SG | 1110011010110110100011000101001101000111 | e6b68c5347 |
UHC | 涌SG | 11101001101111110101001101000111 | e9bf5347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)