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 | 擾①??? | 10001111111011111000011101000000001111110011111100111111 | 8fef87403f3f3f |
EUC-JP | 擾??孼? | 1011111011110001001111110011111110001111101110101100001100111111 | bef13f3f8fbac33f |
UTF-8 | 擾①빓孼띈 | 111001101001001110111110111000101001000110100000111010111011100110010011111001011010110110111100111010111001110110001000 | e693bee291a0ebb993e5adbceb9d88 |
UHC | 擾①빓孼띈 | 11101000111101101010100011100111100101011011011111100101111011011011011011101000 | e8f6a8e795b7e5edb6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)