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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-WIN | 嶸」巐弥亂A | 11111010101101001010001111111010101101101001011011101101100110001010101001000001 | fab4a3fab696ed98aa41 |
EUC-JP | 嶸」巐弥亂A | 10001111101110111111010010001110101000111000111110111011111110011100110011101111110100001010110001000001 | 8fbbf48ea38fbbf9ccefd0ac41 |
UTF-8 | 嶸」巐弥亂A | 11100101101101101011100011101111101111011010001111100101101101111001000011100101101111001010010111100100101110101000001001000001 | e5b6b8efbda3e5b790e5bca5e4ba8241 |
UHC | 嶸???亂A | 1110011110101110001111110011111100111111110101011010111101000001 | e7ae3f3f3fd5af41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)