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\ | 001111110101011101011100 | 3f575c |
SJIS-WIN | 鴉W\ | 11101001111010110101011101011100 | e9eb575c |
EUC-JP | 鴉W\ | 11110010111011010101011101011100 | f2ed575c |
UTF-8 | 鴉W\ | 1110100110110100100010010101011101011100 | e9b489575c |
UHC | 鴉W\ | 11100100101111000101011101011100 | e4bc575c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)