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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 鄒ッ髑キ繝邸h | 1110011110111110101011111110100110010001101101111110001110000011100100110100000001101000 | e7beafe991b7e383934068 |
EUC-JP | 鄒ッ髑キ繝邸h | 11101110110000001000111010101111111100011111000110001110101101111110010111100011110001011010000101101000 | eec08eaff1f18eb7e5e3c5a168 |
UTF-8 | 鄒ッ髑キ繝邸h | 11101001100001001001001011101111101111011010111111101001101010111001000111101111101111011011011111100111101110011001110111101001100000101011100001101000 | e98492efbdafe9ab91efbdb7e7b99de982b868 |
UHC | 鄒????邸h | 111101011101101100111111001111110011111100111111111011101101000001101000 | f5db3f3f3f3feed068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)