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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆句益蕣 | 1110100011110111100010111110010110001001011101101110010011111010 | e8f78be58976e4fa |
EUC-JP | 顆句益蕣 | 1111000011111001101101101110011110110001110101111110100011111100 | f0f9b6e7b1d7e8fc |
UTF-8 | 顆句益蕣 | 111010011010000110000110111001011000111110100101111001111001101110001010111010001001010110100011 | e9a186e58fa5e79b8ae895a3 |
UHC | 顆句益蕣 | 1100111010101000110011111010001111101100110011001110001011110010 | cea8cfa3eccce2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)