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 | 赱}赱{^ | 1111000011000011111001101101111101111101111100001100001111100110110111110111101101011110 | f0c3e6df7df0c3e6df7b5e |
EUC-JP | ?赱}?赱{^ | 001111111110110011100001011111010011111111101100111000010111101101011110 | 3fece17d3fece17b5e |
UTF-8 | 赱}赱{^ | 111011101000001010000010111010001011010110110001011111011110111010000010100000101110100010110101101100010111101101011110 | ee8282e8b5b17dee8282e8b5b17b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)