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 | ÷¬îä | 11110111101011001110111011100100 | f7aceee4 |
SJIS-WIN | ÷¬?? | 100000011000000010000001110010100011111100111111 | 818081ca3f3f |
EUC-JP | ÷¬îä | 10100001111000001010001011001100100011111010101111000010100011111010101110100011 | a1e0a2cc8fabc28faba3 |
UTF-8 | ÷¬îä | 1100001110110111110000101010110011000011101011101100001110100100 | c3b7c2acc3aec3a4 |
UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)