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 | 遲湖サ縲殖 | 111001111010110110001100110011101011101111100011100000001001000001000010 | e7ad8ccebbe3809042 |
EUC-JP | 遲湖サ縲殖 | 11101110101011111011100011010000100011101011101111100101111000001011111110100011 | eeafb8d08ebbe5e0bfa3 |
UTF-8 | 遲湖サ縲殖 | 111010011000000110110010111001101011100110010110111011111011110110111011111001111011100010110010111001101010111010010110 | e981b2e6b996efbdbbe7b8b2e6ae96 |
UHC | 遲湖??殖 | 1111001011000000111110111100100100111111001111111110001111010110 | f2c0fbc93f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)