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 | àбª | 11100000110100001011000110101010 | e0d0b1aa |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | à?±ª | 100011111010101110100010001111111010000111011110100011111010001011101100 | 8faba23fa1de8fa2ec |
UTF-8 | àбª | 1100001110100000110000111001000011000010101100011100001010101010 | c3a0c390c2b1c2aa |
UHC | ?бª | 00111111101010001010001010100001101111101010100010100011 | 3fa8a2a1bea8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)