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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 隹キ隱ー貂ャE | 11101000101100001011011111101000101010101011000011100110101110001010110001000101 | e8b0b7e8aab0e6b8ac45 |
EUC-JP | 隹キ隱ー貂ャE | 11110000101100101000111010110111111100001010110010001110101100001110110010111010100011101010110001000101 | f0b28eb7f0ac8eb0ecba8eac45 |
UTF-8 | 隹キ隱ー貂ャE | 11101001100110101011100111101111101111011011011111101001100110101011000111101111101111011011000011101000101100101000001011101111101111011010110001000101 | e99ab9efbdb7e99ab1efbdb0e8b282efbdac45 |
UHC | ??隱?貂?E | 001111110011111111101011110111110011111111110101101100000011111101000101 | 3f3febdf3ff5b03f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)