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 | Ã¤Ä±Þ | 100011101100001110100100110001001011000111011110 | 8ec3a4c4b1de |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ?Ã¤Ä±Þ | 001111111000111110101010101010101000111110100010111100001000111110101010101000111010000111011110100011111010100110110000 | 3f8faaaa8fa2f08faaa3a1de8fa9b0 |
UTF-8 | Ã¤Ä±Þ | 110000101000111011000011100000111100001010100100110000111000010011000010101100011100001110011110 | c28ec383c2a4c384c2b1c39e |
UHC | ??¤?±Þ | 001111110011111110100010101101000011111110100001101111101010100010101101 | 3f3fa2b43fa1bea8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)