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 | 銹電銹馴唱 | 11100111111101101001001101100100111001111111011010010011111010011000111110100101 | e7f69364e7f693e98fa5 |
EUC-JP | 銹電銹馴唱 | 11101110111110001100010111000101111011101111100011000110111010111011111010100111 | eef8c5c5eef8c6ebbea7 |
UTF-8 | 銹電銹馴唱 | 111010011000101010111001111010011001101110111011111010011000101010111001111010011010011010110100111001011001010010110001 | e98ab9e99bbbe98ab9e9a6b4e594b1 |
UHC | 銹電銹馴唱 | 11100010110010001110111110110011111000101100100011100010111110001111001111011101 | e2c8efb3e2c8e2f8f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)