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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 灼蕊~ | 1000111011011100100011101100011101111110 | 8edc8ec77e |
EUC-JP | 灼蕊~ | 1011110011011110101111001100100101111110 | bcdebcc97e |
UTF-8 | 灼蕊~ | 11100111100000011011110011101000100101011000101001111110 | e781bce8958a7e |
UHC | 灼?~ | 11101101110001110011111101111110 | edc73f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)