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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 朕?\ | 10010010101111010011111101011100 | 92bd3f5c |
EUC-JP | 朕?\ | 11000100101111110011111101011100 | c4bf3f5c |
UTF-8 | 朕셀\ | 11100110100111001001010111101100100001011000000001011100 | e69c95ec85805c |
UHC | 朕셀\ | 1111001011111001101111001011111101011100 | f2f9bcbf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)