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 | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-WIN | 蜿ゥ隱ー[BF | 111001011000111110101001111010001010101010110000010110110100001001000110 | e58fa9e8aab05b4246 |
EUC-JP | 蜿ゥ隱ー[BF | 1110100111101111100011101010100111110000101011001000111010110000010110110100001001000110 | e9ef8ea9f0ac8eb05b4246 |
UTF-8 | 蜿ゥ隱ー[BF | 111010001001110010111111111011111011110110101001111010011001101010110001111011111011110110110000010110110100001001000110 | e89cbfefbda9e99ab1efbdb05b4246 |
UHC | ??隱?[BF | 0011111100111111111010111101111100111111010110110100001001000110 | 3f3febdf3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)