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 | êSçf | 11101010010100111110011101100110 | ea53e766 |
SJIS-WIN | ?S?f | 00111111010100110011111101100110 | 3f533f66 |
EUC-JP | êSçf | 1000111110101011101101000101001110001111101010111010111001100110 | 8fabb4538fabae66 |
UTF-8 | êSçf | 110000111010101001010011110000111010011101100110 | c3aa53c3a766 |
UHC | ?S?f | 00111111010100110011111101100110 | 3f533f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)