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 | 㳤 | 111000111011001110000010100001111000001110100100 | e3b3828783a4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ã????¤ | 10001111101010111010101000111111001111110011111100111111100011111010001011110000 | 8fabaa3f3f3f3f8fa2f0 |
UTF-8 | 㳤 | 110000111010001111000010101100111100001010000010110000101000011111000010100000111100001010100100 | c3a3c2b3c282c287c283c2a4 |
UHC | ?³???¤ | 0011111110101001111110000011111100111111001111111010001010110100 | 3fa9f83f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)