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 | 陰?墨 | 1000100101000001001111111001011001101110 | 89413f966e |
EUC-JP | 陰?墨 | 1011000110100010001111111100101111001111 | b1a23fcbcf |
UTF-8 | 陰뀐墨 | 111010011001100110110000111010111000000010010000111001011010001010101000 | e999b0eb8090e5a2a8 |
UHC | 陰뀐墨 | 111010111110010010110010111011111101100111111000 | ebe4b2efd9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)