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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髮夜、酉 | 11101001100110111001011011101001101001001001001111010001 | e99b96e9a493d1 |
EUC-JP | 髮夜、酉 | 1111000111111011110011001110101110001110101001001100011011010011 | f1fbcceb8ea4c6d3 |
UTF-8 | 髮夜、酉 | 111010011010101110101110111001011010010010011100111011111011110110100100111010011000010110001001 | e9abaee5a49cefbda4e98589 |
UHC | 髮夜?酉 | 11011011101001011110010110101000001111111110101110110111 | dba5e5a83febb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)