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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 蟾ス\}蟾ス\{^ | 1110010110110111101111010101110001111101111001011011011110111101010111000111101101011110 | e5b7bd5c7de5b7bd5c7b5e |
EUC-JP | 蟾ス\}蟾ス\{^ | 11101010101110011000111010111101010111000111110111101010101110011000111010111101010111000111101101011110 | eab98ebd5c7deab98ebd5c7b5e |
UTF-8 | 蟾ス\}蟾ス\{^ | 1110100010011111101111101110111110111101101111010101110001111101111010001001111110111110111011111011110110111101010111000111101101011110 | e89fbeefbdbd5c7de89fbeefbdbd5c7b5e |
UHC | 蟾?\}蟾?\{^ | 1110000011101010001111110101110001111101111000001110101000111111010111000111101101011110 | e0ea3f5c7de0ea3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)