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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 脱担脱担^ | 100100100100010110010010010100111001001001000101100100100101001101011110 | 92459253924592535e |
EUC-JP | 脱担脱担^ | 110000111010011011000011101101001100001110100110110000111011010001011110 | c3a6c3b4c3a6c3b45e |
UTF-8 | 脱担脱担^ | 11101000100001001011000111100110100010111000010111101000100001001011000111100110100010111000010101011110 | e884b1e68b85e884b1e68b855e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)