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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 很鯢}很鯢{^ | 1001110001101011111010011100011101111101100111000110101111101001110001110111101101011110 | 9c6be9c77d9c6be9c77b5e |
EUC-JP | 很鯢}很鯢{^ | 1101011111001100111100101100100101111101110101111100110011110010110010010111101101011110 | d7ccf2c97dd7ccf2c97b5e |
UTF-8 | 很鯢}很鯢{^ | 111001011011111010001000111010011010111110100010011111011110010110111110100010001110100110101111101000100111101101011110 | e5be88e9afa27de5be88e9afa27b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)