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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮ケ貉ソ隰 | 1110100110011011101110011110011010111001101111111110100010101100 | e99bb9e6b9bfe8ac |
EUC-JP | 髮ケ貉ソ隰 | 11110001111110111000111010111001111011001011101110001110101111111111000010101110 | f1fb8eb9ecbb8ebff0ae |
UTF-8 | 髮ケ貉ソ隰 | 111010011010101110101110111011111011110110111001111010001011001010001001111011111011110110111111111010011001101010110000 | e9abaeefbdb9e8b289efbdbfe99ab0 |
UHC | 髮???? | 110110111010010100111111001111110011111100111111 | dba53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)