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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 臧??愼?B | 1110010001101000001111110011111110011100110001000011111101000010 | e4683f3f9cc43f42 |
EUC-JP | 臧??愼?B | 1110011111001001001111110011111111011000110001100011111101000010 | e7c93f3fd8c63f42 |
UTF-8 | 臧쭝쩐愼렪B | 11101000100001111010011111101100101011011001110111101100101010011001000011100110100001001011110011101011101000001010101001000010 | e887a7ecad9deca990e684bceba0aa42 |
UHC | 臧쭝쩐愼렪B | 1110110111110101110000101110010011000010101111101110001111100101100011101011100001000010 | edf5c2e4c2bee3e58eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)