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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 源?吟?F | 10001100101110010011111110001011111000010011111101000110 | 8cb93f8be13f46 |
EUC-JP | 源?吟?F | 10111000101110110011111110110110111000110011111101000110 | b8bb3fb6e33f46 |
UTF-8 | 源렰吟렞F | 11100110101110101001000011101011101000001011000011100101100100001001111111101011101000001001111001000110 | e6ba90eba0b0e5909feba09e46 |
UHC | 源렰吟렞F | 111010101011100110001110101111011110101111100001100011101010111101000110 | eab98ebdebe18eaf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)