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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 昤翦}昤翦{^ | 1111101011010100111000111100011001111101111110101101010011100011110001100111101101011110 | fad4e3c67dfad4e3c67b5e |
EUC-JP | 昤翦}昤翦{^ | 10001111110000101010010111100110110010000111110110001111110000101010010111100110110010000111101101011110 | 8fc2a5e6c87d8fc2a5e6c87b5e |
UTF-8 | 昤翦}昤翦{^ | 111001101001100010100100111001111011111110100110011111011110011010011000101001001110011110111111101001100111101101011110 | e698a4e7bfa67de698a4e7bfa67b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)