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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 璋?佇經d | 111000001111011000111111100110001100100011100011010100111000001010000100 | e0f63f98c8e3538284 |
EUC-JP | 璋?佇經d | 111000001111100000111111110100001100101011100101101101001010001111100100 | e0f83fd0cae5b4a3e4 |
UTF-8 | 璋렡佇經d | 111001111001001010001011111010111010000010100001111001001011110110000111111001111011011010010011111011111011110110000100 | e7928beba0a1e4bd87e7b693efbd84 |
UHC | 璋렡佇經d | 11101101111100001000111010110010111011101011011111001100111010001010001111100100 | edf08eb2eeb7cce8a3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)