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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 湫鶉n}湫鶉n{^ | 10011111110101011110101001000111011011100111110110011111110101011110101001000111011011100111101101011110 | 9fd5ea476e7d9fd5ea476e7b5e |
EUC-JP | 湫鶉n}湫鶉n{^ | 11011110110101111111001110101000011011100111110111011110110101111111001110101000011011100111101101011110 | ded7f3a86e7dded7f3a86e7b5e |
UTF-8 | 湫鶉n}湫鶉n{^ | 1110011010111001101010111110100110110110100010010110111001111101111001101011100110101011111010011011011010001001011011100111101101011110 | e6b9abe9b6896e7de6b9abe9b6896e7b5e |
UHC | 湫?n}湫?n{^ | 1111010111010011001111110110111001111101111101011101001100111111011011100111101101011110 | f5d33f6e7df5d33f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)