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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 佇良佇粱^ | 100110001100100010010111110001111001100011001000111000101110101101011110 | 98c897c798c8e2eb5e |
EUC-JP | 佇良佇粱^ | 110100001100101011001110110010011101000011001010111001001110110101011110 | d0cacec9d0cae4ed5e |
UTF-8 | 佇良佇粱^ | 11100100101111011000011111101000100010011010111111100100101111011000011111100111101100101011000101011110 | e4bd87e889afe4bd87e7b2b15e |
UHC | 佇良佇粱^ | 111011101011011111010101110111101110111010110111110101011101110001011110 | eeb7d5deeeb7d5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)