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 | 韈カ雋埼ェ | 1110100011100111101101101110100010110010100011011110100110101010 | e8e7b6e8b28de9aa |
EUC-JP | 韈カ雋埼ェ | 11110000111010011000111010110110111100001011010010111010111010111000111010101010 | f0e98eb6f0b4baeb8eaa |
UTF-8 | 韈カ雋埼ェ | 111010011001111110001000111011111011110110110110111010011001101110001011111001011001111110111100111011111011110110101010 | e99f88efbdb6e99b8be59fbcefbdaa |
UHC | ??雋埼? | 00111111001111111111000111100110110100001111001000111111 | 3f3ff1e6d0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)