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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 茁?儲?^ | 11111011100100110011111110010110110101110011111101011110 | fb933f96d73f5e |
EUC-JP | 茁?儲?^ | 1000111111010111110111100011111111001100110110010011111101011110 | 8fd7de3fccd93f5e |
UTF-8 | 茁렣儲렮^ | 11101000100011001000000111101011101000001010001111100101100001001011001011101011101000001010111001011110 | e88c81eba0a3e584b2eba0ae5e |
UHC | 茁렣儲렮^ | 111100011110100010001110101101001110111010111001100011101011101101011110 | f1e88eb4eeb98ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)