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 | ^û}^û{^ | 1001101001011110100110011111101101111101100110100101111010011001111110110111101101011110 | 9a5e99fb7d9a5e99fb7b5e |
SJIS-WIN | ?^??}?^??{^ | 0011111101011110001111110011111101111101001111110101111000111111001111110111101101011110 | 3f5e3f3f7d3f5e3f3f7b5e |
EUC-JP | ?^?û}?^?û{^ | 001111110101111000111111100011111010101111100101011111010011111101011110001111111000111110101011111001010111101101011110 | 3f5e3f8fabe57d3f5e3f8fabe57b5e |
UTF-8 | ^û}^û{^ | 1100001010011010010111101100001010011001110000111011101101111101110000101001101001011110110000101001100111000011101110110111101101011110 | c29a5ec299c3bb7dc29a5ec299c3bb7b5e |
UHC | ?^??}?^??{^ | 0011111101011110001111110011111101111101001111110101111000111111001111110111101101011110 | 3f5e3f3f7d3f5e3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)