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 | ?^???Y^ | 00111111010111100011111100111111001111110101100101011110 | 3f5e3f3f3f595e |
SJIS-WIN | ?^???Y^ | 00111111010111100011111100111111001111110101100101011110 | 3f5e3f3f3f595e |
EUC-JP | ?^???Y^ | 00111111010111100011111100111111001111110101100101011110 | 3f5e3f3f3f595e |
UTF-8 | 챈^혥챕혨Y^ | 111011001011000110001000010111101110110110011000101001011110110010110001100101011110110110011000101010000101100101011110 | ecb1885eed98a5ecb195ed98a8595e |
UHC | 챈^혥챕혨Y^ | 1100001110100110010111101100001010001101110000111010100111000010100100000101100101011110 | c3a65ec28dc3a9c290595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)