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 | 骼疲イス雋 | 1110100110001110100101001110011010110010101111011110100010110010 | e98e94e6b2bde8b2 |
EUC-JP | 骼疲イス雋 | 11110001111011101100100011101000100011101011001010001110101111011111000010110100 | f1eec8e88eb28ebdf0b4 |
UTF-8 | 骼疲イス雋 | 111010011010101010111100111001111001011010110010111011111011110110110010111011111011110110111101111010011001101110001011 | e9aabce796b2efbdb2efbdbde99b8b |
UHC | ?疲??雋 | 00111111111110011010101000111111001111111111000111100110 | 3ff9aa3f3ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)