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 | 窈ョ?嚴? | 1110001001110111100000111000011100111111100110101000111000111111 | e27783873f9a8e3f |
EUC-JP | 窈ョ?嚴? | 1110001111011000101001011110011100111111110100111110111000111111 | e3d8a5e73fd3ee3f |
UTF-8 | 窈ョ빓嚴믣 | 111001111010101010001000111000111000001110100111111010111011100110010011111001011001101010110100111010111010111110100011 | e7aa88e383a7ebb993e59ab4ebafa3 |
UHC | 窈ョ빓嚴믣 | 11101001101000011010101111100111100101011011011111100101111100011001001011100101 | e9a1abe795b7e5f192e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)