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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?貶骰貎示賞 | 0011111111100110110010001110100110001101111001101011110110001110101001101000111111011100 | 3fe6c8e98de6bd8ea68fdc |
EUC-JP | 錜貶骰貎示賞 | 10001111111001001101101011101100110010101111000111101101111011001011111110111100101010001011111011011110 | 8fe4daeccaf1edecbfbca8bede |
UTF-8 | 錜貶骰貎示賞 | 111010011000110010011100111010001011001010110110111010011010101010110000111010001011001010001110111001111010010010111010111010001011001110011110 | e98c9ce8b2b6e9aab0e8b28ee7a4bae8b39e |
UHC | ?貶??示賞 | 001111111111100010111111001111110011111111100011110001101101111111011011 | 3ff8bf3f3fe3c6dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)