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 | ì÷Ѩ | 11101100111101111101000110101000 | ecf7d1a8 |
SJIS-WIN | ?÷?¨ | 001111111000000110000000001111111000000101001110 | 3f81803f814e |
EUC-JP | ì÷Ѩ | 10001111101010111100000010100001111000001000111110101010110100001010000110101111 | 8fabc0a1e08faad0a1af |
UTF-8 | ì÷Ѩ | 1100001110101100110000111011011111000011100100011100001010101000 | c3acc3b7c391c2a8 |
UHC | ?÷?¨ | 001111111010000111000000001111111010000110100111 | 3fa1c03fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)