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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 沚???\ | 100111111000110100111111001111110011111101011100 | 9f8d3f3f3f5c |
EUC-JP | 沚???\ | 110111011110110100111111001111110011111101011100 | dded3f3f3f5c |
UTF-8 | 沚얹렰렭\ | 11100110101100101001101011101100100101101011100111101011101000001011000011101011101000001010110101011100 | e6b29aec96b9eba0b0eba0ad5c |
UHC | 沚얹렰렭\ | 111100101010111110111110111100011000111010111101100011101011101001011100 | f2afbef18ebd8eba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)