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 | 齶侖墻 | 111010101001101110011000110100111001101011010100 | ea9b98d39ad4 |
EUC-JP | 齶侖墻 | 111100111111101111010000110101011101010011010110 | f3fbd0d5d4d6 |
UTF-8 | 齶侖墻 | 111010011011110110110110111001001011111010010110111001011010001010111011 | e9bdb6e4be96e5a2bb |
UHC | ?侖墻 | 0011111111010111110000101110110111011111 | 3fd7c2eddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)