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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕚儡~ | 111001001101010010011001010100111000000101100000 | e4d499538160 |
EUC-JP | 蕚儡〜 | 111010001101011011010001101101001010000111000001 | e8d6d1b4a1c1 |
UTF-8 | 蕚儡〜 | 111010001001010110011010111001011000010010100001111000111000000010011100 | e8959ae584a1e3809c |
UHC | ?儡? | 00111111110101101110110100111111 | 3fd6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)