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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | 痾疼鶺LF | 1110000101111101111000010111010111101010010101000100110001000110 | e17de175ea544c46 |
EUC-JP | 痾疼鶺LF | 1110000111011110111000011101011011110011101101010100110001000110 | e1dee1d6f3b54c46 |
UTF-8 | 痾疼鶺LF | 1110011110010111101111101110011110010110101111001110100110110110101110100100110001000110 | e797bee796bce9b6ba4c46 |
UHC | ?疼?LF | 001111111101010011011001001111110100110001000110 | 3fd4d93f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)