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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 韜慕粟^ | 11101000111010011001010111100111100010001011111001011110 | e8e995e788be5e |
EUC-JP | 韜慕粟^ | 11110000111010111100101011101001101100001100000001011110 | f0ebcae9b0c05e |
UTF-8 | 韜慕粟^ | 11101001100111111001110011100110100001011001010111100111101100101001111101011110 | e99f9ce68595e7b29f5e |
UHC | 韜慕粟^ | 11010100101101111101100110110111111000011101100001011110 | d4b7d9b7e1d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)