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 | 珀鱆~ | 1110000011011111111010011110000101111110 | e0dfe9e17e |
EUC-JP | 珀鱆~ | 1110000011100001111100101110001101111110 | e0e1f2e37e |
UTF-8 | 珀鱆~ | 11100111100011111000000011101001101100011000011001111110 | e78f80e9b1867e |
UHC | 珀?~ | 11011010110101100011111101111110 | dad63f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)