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 | 尅侖墻 | 100110111001000110011000110100111001101011010100 | 9b9198d39ad4 |
EUC-JP | 尅侖墻 | 110101011111000111010000110101011101010011010110 | d5f1d0d5d4d6 |
UTF-8 | 尅侖墻 | 111001011011000010000101111001001011111010010110111001011010001010111011 | e5b085e4be96e5a2bb |
UHC | ?侖墻 | 0011111111010111110000101110110111011111 | 3fd7c2eddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)