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 | 諢郁イカ關 | 1110011010000100100010001110100010110010101101101110100010010000 | e68488e8b2b6e890 |
EUC-JP | 諢郁イカ關 | 11101011111001001011000011101010100011101011001010001110101101101110111111110000 | ebe4b0ea8eb28eb6eff0 |
UTF-8 | 諢郁イカ關 | 111010001010101110100010111010011000001110000001111011111011110110110010111011111011110110110110111010011001011110011100 | e8aba2e98381efbdb2efbdb6e9979c |
UHC | ?郁??關 | 00111111111010011111010000111111001111111100111010111100 | 3fe9f43f3fcebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)