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 | 薜羸羌 | 111001010100111111100011101111101110001110110011 | e54fe3bee3b3 |
EUC-JP | 薜羸羌 | 111010011011000011100110110000001110011010110101 | e9b0e6c0e6b5 |
UTF-8 | 薜羸羌 | 111010001001011010011100111001111011111010111000111001111011111010001100 | e8969ce7beb8e7be8c |
UHC | ?羸羌 | 0011111111010111111010001100101110110110 | 3fd7e8cbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)