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^ | 001111110011111100111111010111100110010101011110 | 3f3f3f5e655e |
SJIS-WIN | ^e^ | 111101111010110011110101101101011111001110110101010111100110010101011110 | f7acf5b5f3b55e655e |
EUC-JP | ???^e^ | 001111110011111100111111010111100110010101011110 | 3f3f3f5e655e |
UTF-8 | ^e^ | 111011101001011010001111111011101001000010100000111011101000101010101000010111100110010101011110 | ee968fee90a0ee8aa85e655e |
UHC | ???^e^ | 001111110011111100111111010111100110010101011110 | 3f3f3f5e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)