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 | 鬣廷岷 | 111010011010010110010010111011001001101110101111 | e9a592ec9baf |
EUC-JP | 鬣廷岷 | 111100101010011111000100111011101101011010110001 | f2a7c4eed6b1 |
UTF-8 | 鬣廷岷 | 111010011010110010100011111001011011101110110111111001011011001010110111 | e9aca3e5bbb7e5b2b7 |
UHC | ?廷岷 | 0011111111101111110101011101101010111110 | 3fefd5dabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)