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 | ù¢±ª | 11111001101000101011000110101010 | f9a2b1aa |
SJIS-WIN | ?¢±? | 001111111000000110010001100000010111110100111111 | 3f8191817d3f |
EUC-JP | ù¢±ª | 10001111101010111110001110100001111100011010000111011110100011111010001011101100 | 8fabe3a1f1a1de8fa2ec |
UTF-8 | ù¢±ª | 1100001110111001110000101010001011000010101100011100001010101010 | c3b9c2a2c2b1c2aa |
UHC | ??±ª | 001111110011111110100001101111101010100010100011 | 3f3fa1bea8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)