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 | 髮ィ逡秘ぅ | 111010011001101110101000111001111001010110010100111010011000001010100011 | e99ba8e79594e982a3 |
EUC-JP | 髮ィ逡秘ぅ | 11110001111110111000111010101000111011011111010111001000111010111010010010100101 | f1fb8ea8edf5c8eba4a5 |
UTF-8 | 髮ィ逡秘ぅ | 111010011010101110101110111011111011110110101000111010011000000010100001111001111010011110011000111000111000000110000101 | e9abaeefbda8e980a1e7a798e38185 |
UHC | 髮?逡秘ぅ | 110110111010010100111111111100011110010011011101111110101010101010100101 | dba53ff1e4ddfaaaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)