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 | íéêE | 1001111111101101111010011110101001000101 | 9fede9ea45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ?íéêE | 0011111110001111101010111011111110001111101010111011000110001111101010111011010001000101 | 3f8fabbf8fabb18fabb445 |
UTF-8 | íéêE | 110000101001111111000011101011011100001110101001110000111010101001000101 | c29fc3adc3a9c3aa45 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)