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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驥稲峡霆械 | 11101001100001111000100011101110100010111010110011101000101110111000101001000010 | e98788ee8bace8bb8a42 |
EUC-JP | 驥稲峡霆械 | 11110001111001111011000011110000101101101010111011110000101111011011001110100011 | f1e7b0f0b6aef0bdb3a3 |
UTF-8 | 驥稲峡霆械 | 111010011010100110100101111001111010100010110010111001011011001110100001111010011001110010000110111001101010001010110000 | e9a9a5e7a8b2e5b3a1e99c86e6a2b0 |
UHC | 驥??霆械 | 1101000111001010001111110011111111101111111111011100110011111110 | d1ca3f3feffdccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)