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 | w¯ | 10001100011101111000001110101111 | 8c7783af |
SJIS-WIN | ?w?? | 00111111011101110011111100111111 | 3f773f3f |
EUC-JP | ?w?¯ | 001111110111011100111111100011111010001010110100 | 3f773f8fa2b4 |
UTF-8 | w¯ | 11000010100011000111011111000010100000111100001010101111 | c28c77c283c2af |
UHC | ?w?? | 00111111011101110011111100111111 | 3f773f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)