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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 幼?[幼?[^ | 100101110110001100111111010110111001011101100011001111110101101101011110 | 97633f5b97633f5b5e |
EUC-JP | 幼?[幼?[^ | 110011011100010000111111010110111100110111000100001111110101101101011110 | cdc43f5bcdc43f5b5e |
UTF-8 | 幼톌[幼톌[^ | 111001011011100110111100111011011000011010001100010110111110010110111001101111001110110110000110100011000101101101011110 | e5b9bced868c5be5b9bced868c5b5e |
UHC | 幼톌[幼톌[^ | 1110101011101010101101110110001001011011111010101110101010110111011000100101101101011110 | eaeab7625beaeab7625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)