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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驟碁椒遶コ^ | 11101001100001011000110011101001100111101010001111100111101010111011101001011110 | e9858ce99ea3e7abba5e |
EUC-JP | 驟碁椒遶コ^ | 1111000111100101101110001110101111011100101001011110111010101101100011101011101001011110 | f1e5b8ebdca5eead8eba5e |
UTF-8 | 驟碁椒遶コ^ | 11101001101010011001111111100111101000101000000111100110101001001001001011101001100000011011011011101111101111011011101001011110 | e9a99fe7a281e6a492e981b6efbdba5e |
UHC | 驟碁椒??^ | 111101101010111011010001101100111111010110100001001111110011111101011110 | f6aed1b3f5a13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)