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 | 辟雅文 | 111001111000010010001001111010111001010110110110 | e78489eb95b6 |
EUC-JP | 辟雅文 | 111011011110010010110010111011011100101010111000 | ede4b2edcab8 |
UTF-8 | 辟雅文 | 111010001011111010011111111010011001101110000101111001101001011010000111 | e8be9fe99b85e69687 |
UHC | ?雅文 | 0011111111100100101110101101100111111110 | 3fe4bad9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)