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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 韋匁ウウ^ | 11101000111010001001011011100110101100111011001101011110 | e8e896e6b3b35e |
EUC-JP | 韋匁ウウ^ | 111100001110101011001100111010001000111010110011100011101011001101011110 | f0eacce88eb38eb35e |
UTF-8 | 韋匁ウウ^ | 11101001100111111000101111100101100011001000000111101111101111011011001111101111101111011011001101011110 | e99f8be58c81efbdb3efbdb35e |
UHC | 韋???^ | 111010101101111100111111001111110011111101011110 | eadf3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)