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 | àâç½¢£µ | 11100000111000101110011110111101101000101010001110110101 | e0e2e7bda2a3b5 |
SJIS-WIN | ????¢£? | 001111110011111100111111001111111000000110010001100000011001001000111111 | 3f3f3f3f819181923f |
EUC-JP | àâç?¢£? | 100011111010101110100010100011111010101110100100100011111010101110101110001111111010000111110001101000011111001000111111 | 8faba28faba48fabae3fa1f1a1f23f |
UTF-8 | àâç½¢£µ | 1100001110100000110000111010001011000011101001111100001010111101110000101010001011000010101000111100001010110101 | c3a0c3a2c3a7c2bdc2a2c2a3c2b5 |
UHC | ???½??? | 0011111100111111001111111010100011110110001111110011111100111111 | 3f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)