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 | 彧執 | 111110101011100110001110101101111111000010110011 | fab98eb7f0b3 |
EUC-JP | 彧執? | 100011111011110011111110101111001011100100111111 | 8fbcfebcb93f |
UTF-8 | 彧執 | 111001011011110110100111111001011001111110110111111011101000000110110010 | e5bda7e59fb7ee81b2 |
UHC | 彧執? | 1110100111101110111100101111101100111111 | e9eef2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)