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 | ?擇}?擇{^ | 001111111001110110100010011111010011111110011101101000100111101101011110 | 3f9da27d3f9da27b5e |
EUC-JP | ?擇}?擇{^ | 001111111101101010100100011111010011111111011010101001000111101101011110 | 3fdaa47d3fdaa47b5e |
UTF-8 | 뤪擇}뤪擇{^ | 111010111010010010101010111001101001001110000111011111011110101110100100101010101110011010010011100001110111101101011110 | eba4aae693877deba4aae693877b5e |
UHC | 뤪擇}뤪擇{^ | 1000111111011000111101111100100101111101100011111101100011110111110010010111101101011110 | 8fd8f7c97d8fd8f7c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)