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 | 蠇エ蜿ア陬 | 1111101110100001101101001110010110001111101100011110100010100011 | fba1b4e58fb1e8a3 |
EUC-JP | ?エ蜿ア陬 | 001111111000111010110100111010011110111110001110101100011111000010100101 | 3f8eb4e9ef8eb1f0a5 |
UTF-8 | 蠇エ蜿ア陬 | 111010001010000010000111111011111011110110110100111010001001110010111111111011111011110110110001111010011001100110101100 | e8a087efbdb4e89cbfefbdb1e999ac |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)