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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 韜慕粟h韜 | 111010001110100110010101111001111000100010111110011010001110100011101001 | e8e995e788be68e8e9 |
EUC-JP | 韜慕粟h韜 | 111100001110101111001010111010011011000011000000011010001111000011101011 | f0ebcae9b0c068f0eb |
UTF-8 | 韜慕粟h韜 | 11101001100111111001110011100110100001011001010111100111101100101001111101101000111010011001111110011100 | e99f9ce68595e7b29f68e99f9c |
UHC | 韜慕粟h韜 | 110101001011011111011001101101111110000111011000011010001101010010110111 | d4b7d9b7e1d868d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)