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 | 貔郁ェケ雋 | 1110011010111110100010001110100010101010101110011110100010110010 | e6be88e8aab9e8b2 |
EUC-JP | 貔郁ェケ雋 | 11101100110000001011000011101010100011101010101010001110101110011111000010110100 | ecc0b0ea8eaa8eb9f0b4 |
UTF-8 | 貔郁ェケ雋 | 111010001011001010010100111010011000001110000001111011111011110110101010111011111011110110111001111010011001101110001011 | e8b294e98381efbdaaefbdb9e99b8b |
UHC | ?郁??雋 | 00111111111010011111010000111111001111111111000111100110 | 3fe9f43f3ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)