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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鐔件繍^ | 11101000010111001000110010001111100011110100101001011110 | e85c8c8f8f4a5e |
EUC-JP | 鐔件繍^ | 11101111101111011011011111101111101111011010101101011110 | efbdb7efbdab5e |
UTF-8 | 鐔件繍^ | 11101001100100001001010011100100101110111011011011100111101110011000110101011110 | e99094e4bbb6e7b98d5e |
UHC | ?件?^ | 0011111111001011111011000011111101011110 | 3fcbec3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)