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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 誰速] | 1001001001001110100100011010110001011101 | 924e91ac5d |
EUC-JP | 誰速] | 1100001110101111110000101010111001011101 | c3afc2ae5d |
UTF-8 | 誰速] | 11101000101010101011000011101001100000001001111101011101 | e8aab0e9809f5d |
UHC | 誰速] | 1110001011000001111000011101110001011101 | e2c1e1dc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)