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 | äµý | 11100100101101011111110110101101 | e4b5fdad |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ä?ý? | 1000111110101011101000110011111110001111101010111111001000111111 | 8faba33f8fabf23f |
UTF-8 | äµý | 1100001110100100110000101011010111000011101111011100001010101101 | c3a4c2b5c3bdc2ad |
UHC | ??? | 0011111100111111001111111010000110101001 | 3f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)