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 | 少雙}少雙{^ | 1000111110101101100110011101010001111101100011111010110110011001110101000111101101011110 | 8fad99d47d8fad99d47b5e |
EUC-JP | 少雙}少雙{^ | 1011111010101111110100101101011001111101101111101010111111010010110101100111101101011110 | beafd2d67dbeafd2d67b5e |
UTF-8 | 少雙}少雙{^ | 111001011011000010010001111010011001101110011001011111011110010110110000100100011110100110011011100110010111101101011110 | e5b091e99b997de5b091e99b997b5e |
UHC | 少雙}少雙{^ | 1110000110110100111001001010101001111101111000011011010011100100101010100111101101011110 | e1b4e4aa7de1b4e4aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)