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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 趙護ョ懍 | 11100110111000101000110011101100101011101001110011101100 | e6e28cecae9cec |
EUC-JP | 趙護ョ懍 | 1110110011100100101110001110111010001110101011101101100011101110 | ece4b8ee8eaed8ee |
UTF-8 | 趙護ョ懍 | 111010001011011010011001111010001010110110110111111011111011110110101110111001101000011110001101 | e8b699e8adb7efbdaee6878d |
UHC | 趙護?? | 111100001110000111111011110111100011111100111111 | f0e1fbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)