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 | ç¹¹ë | 11100111101110011011100111101011 | e7b9b9eb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ç??ë | 1000111110101011101011100011111100111111100011111010101110110011 | 8fabae3f3f8fabb3 |
UTF-8 | ç¹¹ë | 1100001110100111110000101011100111000010101110011100001110101011 | c3a7c2b9c2b9c3ab |
UHC | ?¹¹? | 001111111010100111110110101010011111011000111111 | 3fa9f6a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)