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 | ?dD?dD^ | 00111111011001000100010000111111011001000100010001011110 | 3f64443f64445e |
SJIS-WIN | 棚dD棚dD^ | 100100100100100101100100010001001001001001001001011001000100010001011110 | 92496444924964445e |
EUC-JP | 棚dD棚dD^ | 110000111010101001100100010001001100001110101010011001000100010001011110 | c3aa6444c3aa64445e |
UTF-8 | 棚dD棚dD^ | 1110011010100011100110100110010001000100111001101010001110011010011001000100010001011110 | e6a39a6444e6a39a64445e |
UHC | 棚dD棚dD^ | 110111011101110001100100010001001101110111011100011001000100010001011110 | dddc6444dddc64445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)