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 | ?杵??? | 001111111000101101101110001111110011111100111111 | 3f8b6e3f3f3f |
EUC-JP | ?杵??? | 001111111011010111001111001111110011111100111111 | 3fb5cf3f3f3f |
UTF-8 | 첨杵≥뤄엑 | 111011001011001010101000111001101001110110110101111000101000100110100101111010111010010010000100111011001001011110010001 | ecb2a8e69db5e289a5eba484ec9791 |
UHC | 첨杵≥뤄엑 | 11000011101101111110111010111110101000011100001110110111111011111011111110100010 | c3b7eebea1c3b7efbfa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)