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 | 筮禪}筮禪{^ | 1110001010101100111000100101011101111101111000101010110011100010010101110111101101011110 | e2ace2577de2ace2577b5e |
EUC-JP | 筮禪}筮禪{^ | 1110010010101110111000111011100001111101111001001010111011100011101110000111101101011110 | e4aee3b87de4aee3b87b5e |
UTF-8 | 筮禪}筮禪{^ | 111001111010110110101110111001111010011010101010011111011110011110101101101011101110011110100110101010100111101101011110 | e7adaee7a6aa7de7adaee7a6aa7b5e |
UHC | 筮禪}筮禪{^ | 1101111111111011111000001100100101111101110111111111101111100000110010010111101101011110 | dffbe0c97ddffbe0c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)