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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 闡「髮ケ^ | 11101000100100011010001011101001100110111011100101011110 | e891a2e99bb95e |
EUC-JP | 闡「髮ケ^ | 111011111111000110001110101000101111000111111011100011101011100101011110 | eff18ea2f1fb8eb95e |
UTF-8 | 闡「髮ケ^ | 11101001100101111010000111101111101111011010001011101001101010111010111011101111101111011011100101011110 | e997a1efbda2e9abaeefbdb95e |
UHC | 闡?髮?^ | 11110100110001010011111111011011101001010011111101011110 | f4c53fdba53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)