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 | 髮埼ヲィ | 111010011001101110001101111010011010011010101000 | e99b8de9a6a8 |
EUC-JP | 髮埼ヲィ | 1111000111111011101110101110101110001110101001101000111010101000 | f1fbbaeb8ea68ea8 |
UTF-8 | 髮埼ヲィ | 111010011010101110101110111001011001111110111100111011111011110110100110111011111011110110101000 | e9abaee59fbcefbda6efbda8 |
UHC | 髮埼?? | 110110111010010111010000111100100011111100111111 | dba5d0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)