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 | û·Ï¸Ó | 1111101110110111110011111011100011010011 | fbb7cfb8d3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | û?Ï¸Ó | 10001111101010111110010100111111100011111010101011000001100011111010001010110001100011111010101011010001 | 8fabe53f8faac18fa2b18faad1 |
UTF-8 | û·Ï¸Ó | 11000011101110111100001010110111110000111000111111000010101110001100001110010011 | c3bbc2b7c38fc2b8c393 |
UHC | ?·?¸? | 00111111101000011010010000111111101000101010110000111111 | 3fa1a43fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)