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 | á}Lèì | 111000010111110110011010010011001110100011101100 | e17d9a4ce8ec |
SJIS-WIN | ?}?L?? | 001111110111110100111111010011000011111100111111 | 3f7d3f4c3f3f |
EUC-JP | á}?Lèì | 100011111010101110100001011111010011111101001100100011111010101110110010100011111010101111000000 | 8faba17d3f4c8fabb28fabc0 |
UTF-8 | á}Lèì | 11000011101000010111110111000010100110100100110011000011101010001100001110101100 | c3a17dc29a4cc3a8c3ac |
UHC | ?}?L?? | 001111110111110100111111010011000011111100111111 | 3f7d3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)