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 | åýèêä | 1110010111111101100110101110100010010000100011001110101011100100 | e5fd9ae8908ceae4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åý?è??êä | 100011111010101110101001100011111010101111110010001111111000111110101011101100100011111100111111100011111010101110110100100011111010101110100011 | 8faba98fabf23f8fabb23f3f8fabb48faba3 |
UTF-8 | åýèêä | 11000011101001011100001110111101110000101001101011000011101010001100001010010000110000101000110011000011101010101100001110100100 | c3a5c3bdc29ac3a8c290c28cc3aac3a4 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)