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 | 歔歔}歔歔{^ | 1001111101100000100111110110000001111101100111110110000010011111011000000111101101011110 | 9f609f607d9f609f607b5e |
EUC-JP | 歔歔}歔歔{^ | 1101110111000001110111011100000101111101110111011100000111011101110000010111101101011110 | ddc1ddc17dddc1ddc17b5e |
UTF-8 | 歔歔}歔歔{^ | 111001101010110110010100111001101010110110010100011111011110011010101101100101001110011010101101100101000111101101011110 | e6ad94e6ad947de6ad94e6ad947b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)