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 | Ïmä | 100100101100111110001101011011011001011011100100 | 92cf8d6d96e4 |
SJIS-WIN | ???m?? | 001111110011111100111111011011010011111100111111 | 3f3f3f6d3f3f |
EUC-JP | ?Ï?m?ä | 00111111100011111010101011000001001111110110110100111111100011111010101110100011 | 3f8faac13f6d3f8faba3 |
UTF-8 | Ïmä | 1100001010010010110000111000111111000010100011010110110111000010100101101100001110100100 | c292c38fc28d6dc296c3a4 |
UHC | ???m?? | 001111110011111100111111011011010011111100111111 | 3f3f3f6d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)