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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逋イム雅◎謠 | 11100111100110011011001011010001100010011110101110000001100111011110011010001111 | e799b2d189eb819de68f |
EUC-JP | 逋イム雅◎謠 | 111011011111100110001110101100101000111011010001101100101110110110100001111111011110101111101111 | edf98eb28ed1b2eda1fdebef |
UTF-8 | 逋イム雅◎謠 | 111010011000000010001011111011111011110110110010111011111011111010010001111010011001101110000101111000101001011110001110111010001010110010100000 | e9808befbdb2efbe91e99b85e2978ee8aca0 |
UHC | 逋??雅◎謠 | 11111000111001110011111100111111111001001011101010100001110111011110100110101010 | f8e73f3fe4baa1dde9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)