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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 堤峯靨源 | 1001001011100111100101011111010111101000110100101000110010111001 | 92e795f5e8d28cb9 |
EUC-JP | 堤峯靨源 | 1100010011101001110010101111011111110000110101001011100010111011 | c4e9caf7f0d4b8bb |
UTF-8 | 堤峯靨源 | 111001011010000010100100111001011011001110101111111010011001110110101000111001101011101010010000 | e5a0a4e5b3afe99da8e6ba90 |
UHC | 堤峯?源 | 11110000101001111101110011100111001111111110101010111001 | f0a7dce73feab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)