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 | 貂ォ貂ォ^ | 11100110101110001010101111100110101110001010101101011110 | e6b8abe6b8ab5e |
EUC-JP | 貂ォ貂ォ^ | 111011001011101010001110101010111110110010111010100011101010101101011110 | ecba8eabecba8eab5e |
UTF-8 | 貂ォ貂ォ^ | 11101000101100101000001011101111101111011010101111101000101100101000001011101111101111011010101101011110 | e8b282efbdabe8b282efbdab5e |
UHC | 貂?貂?^ | 11110101101100000011111111110101101100000011111101011110 | f5b03ff5b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)