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 | 歔唳}歔唳{^ | 1001111101100000100110100101100101111101100111110110000010011010010110010111101101011110 | 9f609a597d9f609a597b5e |
EUC-JP | 歔唳}歔唳{^ | 1101110111000001110100111011101001111101110111011100000111010011101110100111101101011110 | ddc1d3ba7dddc1d3ba7b5e |
UTF-8 | 歔唳}歔唳{^ | 111001101010110110010100111001011001010010110011011111011110011010101101100101001110010110010100101100110111101101011110 | e6ad94e594b37de6ad94e594b37b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)