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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莚羸羌 | 111001001010110111100011101111101110001110110011 | e4ade3bee3b3 |
EUC-JP | 莚羸羌 | 111010001010111111100110110000001110011010110101 | e8afe6c0e6b5 |
UTF-8 | 莚羸羌 | 111010001000111010011010111001111011111010111000111001111011111010001100 | e88e9ae7beb8e7be8c |
UHC | ?羸羌 | 0011111111010111111010001100101110110110 | 3fd7e8cbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)