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 | û[¸ß | 111110110101101110001110101110001000111111011111 | fb5b8eb88fdf |
SJIS-WIN | ?[???? | 001111110101101100111111001111110011111100111111 | 3f5b3f3f3f3f |
EUC-JP | û[?¸?ß | 100011111010101111100101010110110011111110001111101000101011000100111111100011111010100111001110 | 8fabe55b3f8fa2b13f8fa9ce |
UTF-8 | û[¸ß | 1100001110111011010110111100001010001110110000101011100011000010100011111100001110011111 | c3bb5bc28ec2b8c28fc39f |
UHC | ?[?¸?ß | 0011111101011011001111111010001010101100001111111010100110101100 | 3f5b3fa2ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)