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 | ??貽??貽^ | 001111110011111111100110110001000011111100111111111001101100010001011110 | 3f3fe6c43f3fe6c45e |
EUC-JP | ??貽??貽^ | 001111110011111111101100110001100011111100111111111011001100011001011110 | 3f3fecc63f3fecc65e |
UTF-8 | 롆렚貽롆렚貽^ | 11101011101000011000011011101011101000001001101011101000101100101011110111101011101000011000011011101011101000001001101011101000101100101011110101011110 | eba186eba09ae8b2bdeba186eba09ae8b2bd5e |
UHC | 롆렚貽롆렚貽^ | 10001110110011001000111010101101111011001100001010001110110011001000111010101101111011001100001001011110 | 8ecc8eadecc28ecc8eadecc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)