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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 灼社D灼社D^ | 1000111011011100100011101101000001000100100011101101110010001110110100000100010001011110 | 8edc8ed0448edc8ed0445e |
EUC-JP | 灼社D灼社D^ | 1011110011011110101111001101001001000100101111001101111010111100110100100100010001011110 | bcdebcd244bcdebcd2445e |
UTF-8 | 灼社D灼社D^ | 111001111000000110111100111001111010010010111110010001001110011110000001101111001110011110100100101111100100010001011110 | e781bce7a4be44e781bce7a4be445e |
UHC | 灼社D灼社D^ | 1110110111000111110111101110010001000100111011011100011111011110111001000100010001011110 | edc7dee444edc7dee4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)