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 | ܸßÏ | 11011100101110001101111111001111 | dcb8dfcf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ܸßÏ | 100011111010101011100100100011111010001010110001100011111010100111001110100011111010101011000001 | 8faae48fa2b18fa9ce8faac1 |
UTF-8 | ܸßÏ | 1100001110011100110000101011100011000011100111111100001110001111 | c39cc2b8c39fc38f |
UHC | ?¸ß? | 001111111010001010101100101010011010110000111111 | 3fa2aca9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)