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 | åýÑê¹¹ | 1110010111111101100110101101000110000011111010101011100110111001 | e5fd9ad183eab9b9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åý?Ñ?ê?? | 10001111101010111010100110001111101010111111001000111111100011111010101011010000001111111000111110101011101101000011111100111111 | 8faba98fabf23f8faad03f8fabb43f3f |
UTF-8 | åýÑê¹¹ | 11000011101001011100001110111101110000101001101011000011100100011100001010000011110000111010101011000010101110011100001010111001 | c3a5c3bdc29ac391c283c3aac2b9c2b9 |
UHC | ??????¹¹ | 00111111001111110011111100111111001111110011111110101001111101101010100111110110 | 3f3f3f3f3f3fa9f6a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)