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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瘋儲 | 11100001100001101001011011010111 | e18696d7 |
EUC-JP | 瘋儲 | 11100001111001101100110011011001 | e1e6ccd9 |
UTF-8 | 瘋儲 | 111001111001100010001011111001011000010010110010 | e7988be584b2 |
UHC | ?儲 | 001111111110111010111001 | 3feeb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)