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 | ä½çv¤^ | 11100100101111011110011101110110100010101010010001011110 | e4bde7768aa45e |
SJIS-WIN | ???v??^ | 00111111001111110011111101110110001111110011111101011110 | 3f3f3f763f3f5e |
EUC-JP | ä?çv?¤^ | 10001111101010111010001100111111100011111010101110101110011101100011111110001111101000101111000001011110 | 8faba33f8fabae763f8fa2f05e |
UTF-8 | ä½çv¤^ | 110000111010010011000010101111011100001110100111011101101100001010001010110000101010010001011110 | c3a4c2bdc3a776c28ac2a45e |
UHC | ?½?v?¤^ | 001111111010100011110110001111110111011000111111101000101011010001011110 | 3fa8f63f763fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)