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 | ìö¾îº | 111011001111011010001110101111101110111010111010 | ecf68ebeeeba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ìö??îº | 1000111110101011110000001000111110101011110100110011111100111111100011111010101111000010100011111010001011101011 | 8fabc08fabd33f3f8fabc28fa2eb |
UTF-8 | ìö¾îº | 110000111010110011000011101101101100001010001110110000101011111011000011101011101100001010111010 | c3acc3b6c28ec2bec3aec2ba |
UHC | ???¾?º | 0011111100111111001111111010100011111010001111111010100010101100 | 3f3f3fa8fa3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)