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 | åÑê½ | 1110010110010000100111111101000110001001111010101011110110010101 | e5909fd189eabd95 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??Ñ?ê?? | 1000111110101011101010010011111100111111100011111010101011010000001111111000111110101011101101000011111100111111 | 8faba93f3f8faad03f8fabb43f3f |
UTF-8 | åÑê½ | 11000011101001011100001010010000110000101001111111000011100100011100001010001001110000111010101011000010101111011100001010010101 | c3a5c290c29fc391c289c3aac2bdc295 |
UHC | ??????½? | 001111110011111100111111001111110011111100111111101010001111011000111111 | 3f3f3f3f3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)