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 | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
SJIS-WIN | テイテ」wh | 110000111011001011000011101000110111011101101000 | c3b2c3a37768 |
EUC-JP | テイテ」wh | 10001110110000111000111010110010100011101100001110001110101000110111011101101000 | 8ec38eb28ec38ea37768 |
UTF-8 | テイテ」wh | 1110111110111110100000111110111110111101101100101110111110111110100000111110111110111101101000110111011101101000 | efbe83efbdb2efbe83efbda37768 |
UHC | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)