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 | 豈ャ驤皮ォ | 1110011010101111101011001110100110001000100101001110011110101011 | e6aface98894e7ab |
EUC-JP | 豈ャ驤皮ォ | 11101100101100011000111010101100111100011110100011001000111010011000111010101011 | ecb18eacf1e8c8e98eab |
UTF-8 | 豈ャ驤皮ォ | 111010001011000110001000111011111011110110101100111010011010100110100100111001111001101010101110111011111011110110101011 | e8b188efbdace9a9a4e79aaeefbdab |
UHC | 豈??皮? | 11010001110000100011111100111111111110011010101100111111 | d1c23f3ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)