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 | 艨取迂 | 111001001000000110001110111001101000100101001001 | e4818ee68949 |
EUC-JP | 艨取迂 | 111001111110000110111100111010001011000110101010 | e7e1bce8b1aa |
UTF-8 | 艨取迂 | 111010001000100110101000111001011000111110010110111010001011111110000010 | e889a8e58f96e8bf82 |
UHC | ?取迂 | 0011111111110110101000101110100111100110 | 3ff6a2e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)