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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銹ろ摧寘頑 | 11100111111101101000001011101011100111011001010011111010101010011000101011100110 | e7f682eb9d94faa98ae6 |
EUC-JP | 銹ろ摧寘頑 | 1110111011111000101001001110110111011001111101001000111110111010111000011011010011101000 | eef8a4edd9f48fbae1b4e8 |
UTF-8 | 銹ろ摧寘頑 | 111010011000101010111001111000111000001010001101111001101001000110100111111001011010111110011000111010011010000010010001 | e98ab9e3828de691a7e5af98e9a091 |
UHC | 銹ろ??頑 | 1110001011001000101010101110110100111111001111111110100011010111 | e2c8aaed3f3fe8d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)