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 | 楓幾粃^ | 10010101100101101000101011110100111000101110000101011110 | 95968af4e2e15e |
EUC-JP | 楓幾粃^ | 11001001111101101011010011110110111001001110001101011110 | c9f6b4f6e4e35e |
UTF-8 | 楓幾粃^ | 11100110101001011001001111100101101110011011111011100111101100101000001101011110 | e6a593e5b9bee7b2835e |
UHC | 楓幾粃^ | 11111001101000111101000011111010110111011111101101011110 | f9a3d0faddfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)