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 | 骰疲ク・笏 | 1110100110001101100101001110011010111000101001011110001010010100 | e98d94e6b8a5e294 |
EUC-JP | 骰疲ク・笏 | 11110001111011011100100011101000100011101011100010001110101001011110001111110100 | f1edc8e88eb88ea5e3f4 |
UTF-8 | 骰疲ク・笏 | 111010011010101010110000111001111001011010110010111011111011110110111000111011111011110110100101111001111010110010001111 | e9aab0e796b2efbdb8efbda5e7ac8f |
UHC | ?疲??笏 | 00111111111110011010101000111111001111111111101111101110 | 3ff9aa3f3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)