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 | ù¢¹£ | 11111001101000101011100110100011 | f9a2b9a3 |
SJIS-WIN | ?¢?£ | 001111111000000110010001001111111000000110010010 | 3f81913f8192 |
EUC-JP | ù¢?£ | 1000111110101011111000111010000111110001001111111010000111110010 | 8fabe3a1f13fa1f2 |
UTF-8 | ù¢¹£ | 1100001110111001110000101010001011000010101110011100001010100011 | c3b9c2a2c2b9c2a3 |
UHC | ??¹? | 0011111100111111101010011111011000111111 | 3f3fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)