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 | q{èñ | 100111110111000110010110011110111110100011110001 | 9f71967be8f1 |
SJIS-WIN | ?q?{?? | 001111110111000100111111011110110011111100111111 | 3f713f7b3f3f |
EUC-JP | ?q?{èñ | 00111111011100010011111101111011100011111010101110110010100011111010101111010000 | 3f713f7b8fabb28fabd0 |
UTF-8 | q{èñ | 11000010100111110111000111000010100101100111101111000011101010001100001110110001 | c29f71c2967bc3a8c3b1 |
UHC | ?q?{?? | 001111110111000100111111011110110011111100111111 | 3f713f7b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)