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 | 채찼혡챌혯혦^ | 11101100101100011000010011101100101100001011110011101101100110001010000111101100101100011000110011101101100110001010111111101101100110001010011001011110 | ecb184ecb0bced98a1ecb18ced98afed98a65e |
UHC | 채찼혡챌혯혦^ | 11000011101001001100001110100001110000101000101011000011101001111100001010010110110000101000111001011110 | c3a4c3a1c28ac3a7c296c28e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)