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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紜字Α | 111000110100000110001110100110101000001110011111 | e3418e9a839f |
EUC-JP | 紜字Α | 111001011010001010111011111110101010011010100001 | e5a2bbfaa6a1 |
UTF-8 | 紜字Α | 1110011110110100100111001110010110101101100101111100111010010001 | e7b49ce5ad97ce91 |
UHC | ?字Α | 0011111111101101101011101010010111000001 | 3fedaea5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)