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 | 鐔随醜^ | 11101000010111001001000010001111100011110101100001011110 | e85c908f8f585e |
EUC-JP | 鐔随醜^ | 11101111101111011011111111101111101111011011100101011110 | efbdbfefbdb95e |
UTF-8 | 鐔随醜^ | 11101001100100001001010011101001100110101000111111101001100001101001110001011110 | e99094e99a8fe9869c5e |
UHC | ??醜^ | 0011111100111111111101011101110101011110 | 3f3ff5dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)