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 | ê¶â | 111010101011011010001100111000101001010010010001 | eab68ce29491 |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | ê¶?â?? | 1000111110101011101101001010001011111001001111111000111110101011101001000011111100111111 | 8fabb4a2f93f8faba43f3f |
UTF-8 | ê¶â | 110000111010101011000010101101101100001010001100110000111010001011000010100101001100001010010001 | c3aac2b6c28cc3a2c294c291 |
UHC | ?¶???? | 00111111101000101101001000111111001111110011111100111111 | 3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)