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 | 翊炳膂 | 111000111100001011100000011110101110010001001111 | e3c2e07ae44f |
EUC-JP | 翊炳膂 | 111001101100010011011111110110111110011110110000 | e6c4dfdbe7b0 |
UTF-8 | 翊炳膂 | 111001111011111110001010111001111000001010110011111010001000011010000010 | e7bf8ae782b3e88682 |
UHC | 翊炳? | 1110110011001101110111001011100100111111 | eccddcb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)