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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 챕천횑챌횋철^ | 11101100101100011001010111101100101100101001110011101101100110101001000111101100101100011000110011101101100110101000101111101100101100101010000001011110 | ecb195ecb29ced9a91ecb18ced9a8becb2a05e |
UHC | 챕천횑챌횋철^ | 11000011101010011100001110110101110000111000110011000011101001111100001110001001110000111011011001011110 | c3a9c3b5c38cc3a7c389c3b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)