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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ウッ貘隲貘^ | 101100111010111111100110110000001110100010101011111001101100000001011110 | b3afe6c0e8abe6c05e |
EUC-JP | ウッ貘隲貘^ | 1000111010110011100011101010111111101100110000101111000010101101111011001100001001011110 | 8eb38eafecc2f0adecc25e |
UTF-8 | ウッ貘隲貘^ | 11101111101111011011001111101111101111011010111111101000101100101001100011101001100110101011001011101000101100101001100001011110 | efbdb3efbdafe8b298e99ab2e8b2985e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)