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 | äß²å° | 1110010011011111101100101110010110110000 | e4dfb2e5b0 |
SJIS-WIN | ????° | 001111110011111100111111001111111000000110001011 | 3f3f3f3f818b |
EUC-JP | äß?å° | 100011111010101110100011100011111010100111001110001111111000111110101011101010011010000111101011 | 8faba38fa9ce3f8faba9a1eb |
UTF-8 | äß²å° | 11000011101001001100001110011111110000101011001011000011101001011100001010110000 | c3a4c39fc2b2c3a5c2b0 |
UHC | ?ß²?° | 0011111110101001101011001010100111110111001111111010000111000110 | 3fa9aca9f73fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)