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 | û@¸é±øí | 11111011010000001011100011101001101100011111100011101101 | fb40b8e9b1f8ed |
SJIS-WIN | ?@??±?? | 0011111101000000001111110011111110000001011111010011111100111111 | 3f403f3f817d3f3f |
EUC-JP | û@¸é±øí | 100011111010101111100101010000001000111110100010101100011000111110101011101100011010000111011110100011111010100111001100100011111010101110111111 | 8fabe5408fa2b18fabb1a1de8fa9cc8fabbf |
UTF-8 | û@¸é±øí | 11000011101110110100000011000010101110001100001110101001110000101011000111000011101110001100001110101101 | c3bb40c2b8c3a9c2b1c3b8c3ad |
UHC | ?@¸?±ø? | 00111111010000001010001010101100001111111010000110111110101010011010101000111111 | 3f40a2ac3fa1bea9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)