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 | 邀???? | 111001111011000100111111001111110011111100111111 | e7b13f3f3f3f |
EUC-JP | 邀???? | 111011101011001100111111001111110011111100111111 | eeb33f3f3f3f |
UTF-8 | 邀싳쥓杻쇘 | 111010011000001010000000111011001000101110110011111011001010010110010011111011111010011110001000111011001000011110011000 | e98280ec8bb3eca593efa788ec8798 |
UHC | 邀싳쥓杻쇘 | 11101001101011011001101011101100101000101000101011101010111101001011110011100111 | e9ad9aeca28aeaf4bce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)