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 | 臍嶝??湖 | 1110010001100000100110111101000100111111001111111000110011001110 | e4609bd13f3f8cce |
EUC-JP | 臍嶝??湖 | 1110011111000001110101101101001100111111001111111011100011010000 | e7c1d6d33f3fb8d0 |
UTF-8 | 臍嶝렰렮湖 | 111010001000011110001101111001011011011010011101111010111010000010110000111010111010000010101110111001101011100110010110 | e8878de5b69deba0b0eba0aee6b996 |
UHC | 臍嶝렰렮湖 | 11110000101100001101010011110001100011101011110110001110101110111111101111001001 | f0b0d4f18ebd8ebbfbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)