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 | 惺仰}惺仰{^ | 1001110010110111100010111100001001111101100111001011011110001011110000100111101101011110 | 9cb78bc27d9cb78bc27b5e |
EUC-JP | 惺仰}惺仰{^ | 1101100010111001101101101100010001111101110110001011100110110110110001000111101101011110 | d8b9b6c47dd8b9b6c47b5e |
UTF-8 | 惺仰}惺仰{^ | 111001101000001110111010111001001011101110110000011111011110011010000011101110101110010010111011101100000111101101011110 | e683bae4bbb07de683bae4bbb07b5e |
UHC | 惺仰}惺仰{^ | 1110000011110110111001001110011001111101111000001111011011100100111001100111101101011110 | e0f6e4e67de0f6e4e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)