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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??尻^ | 0011111100111111100100000100101101011110 | 3f3f904b5e |
EUC-JP | ??尻^ | 0011111100111111101111111010110001011110 | 3f3fbfac5e |
UTF-8 | 尻^ | 1111001010101011100011101010010111101110101001001010001011100101101100001011101101011110 | f2ab8ea5eea4a2e5b0bb5e |
UHC | ??尻^ | 0011111100111111110011011011011001011110 | 3f3fcdb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)