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 | ?穴}?穴{^ | 001111111000110010001010011111010011111110001100100010100111101101011110 | 3f8c8a7d3f8c8a7b5e |
EUC-JP | ?穴}?穴{^ | 001111111011011111101010011111010011111110110111111010100111101101011110 | 3fb7ea7d3fb7ea7b5e |
UTF-8 | 렶穴}렶穴{^ | 111010111010000010110110111001111010100110110100011111011110101110100000101101101110011110101001101101000111101101011110 | eba0b6e7a9b47deba0b6e7a9b47b5e |
UHC | 렶穴}렶穴{^ | 1000111011000001111110101110101101111101100011101100000111111010111010110111101101011110 | 8ec1faeb7d8ec1faeb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)