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 | ?蝟}?蝟{^ | 001111111110010110010110011111010011111111100101100101100111101101011110 | 3fe5967d3fe5967b5e |
EUC-JP | 彛蝟}彛蝟{^ | 10001111101111001111101011101001111101100111110110001111101111001111101011101001111101100111101101011110 | 8fbcfae9f67d8fbcfae9f67b5e |
UTF-8 | 彛蝟}彛蝟{^ | 111001011011110110011011111010001001110110011111011111011110010110111101100110111110100010011101100111110111101101011110 | e5bd9be89d9f7de5bd9be89d9f7b5e |
UHC | 彛蝟}彛蝟{^ | 1110110010101101111010101101101001111101111011001010110111101010110110100111101101011110 | ecadeada7decadeada7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)