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¬ | 10001100011101111000001110101100 | 8c7783ac |
SJIS-WIN | ?w?¬ | 0011111101110111001111111000000111001010 | 3f773f81ca |
EUC-JP | ?w?¬ | 0011111101110111001111111010001011001100 | 3f773fa2cc |
UTF-8 | w¬ | 11000010100011000111011111000010100000111100001010101100 | c28c77c283c2ac |
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)