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 | 剪?汀?有 | 1001100110010010001111111001001011110011001111111001011101001100 | 99923f92f33f974c |
EUC-JP | 剪?汀?有 | 1101000111110010001111111100010011110101001111111100110110101101 | d1f23fc4f53fcdad |
UTF-8 | 剪렫汀렡有 | 111001011000100110101010111010111010000010101011111001101011000110000000111010111010000010100001111001101001110010001001 | e589aaeba0abe6b180eba0a1e69c89 |
UHC | 剪렫汀렡有 | 11101110111100101000111010111001111011111110001010001110101100101110101011110011 | eef28eb9efe28eb2eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)