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 | 腱狄 | 11100100010001101110000010111101 | e446e0bd |
EUC-JP | 腱狄 | 11100111101001111110000010111111 | e7a7e0bf |
UTF-8 | 腱狄 | 111010001000010110110001111001111000101110000100 | e885b1e78b84 |
UHC | 腱狄 | 11001011111100101110111011011010 | cbf2eeda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)