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 | 鬲è | 1110100110101100101100101110100010000010 | e9acb2e882 |
SJIS-WIN | ?¬??? | 001111111000000111001010001111110011111100111111 | 3f81ca3f3f3f |
EUC-JP | é¬?è? | 10001111101010111011000110100010110011000011111110001111101010111011001000111111 | 8fabb1a2cc3f8fabb23f |
UTF-8 | 鬲è | 11000011101010011100001010101100110000101011001011000011101010001100001010000010 | c3a9c2acc2b2c3a8c282 |
UHC | ??²?? | 001111110011111110101001111101110011111100111111 | 3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)