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 | åýÑì© | 1110010111111101100110101101000110001001111011001010100110000010 | e5fd9ad189eca982 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åý?Ñ?ì©? | 100011111010101110101001100011111010101111110010001111111000111110101010110100000011111110001111101010111100000010001111101000101110110100111111 | 8faba98fabf23f8faad03f8fabc08fa2ed3f |
UTF-8 | åýÑì© | 11000011101001011100001110111101110000101001101011000011100100011100001010001001110000111010110011000010101010011100001010000010 | c3a5c3bdc29ac391c289c3acc2a9c282 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)