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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 卍?\}卍?\{^ | 1001100111000010001111110101110001111101100110011100001000111111010111000111101101011110 | 99c23f5c7d99c23f5c7b5e |
EUC-JP | 卍?\}卍?\{^ | 1101001011000100001111110101110001111101110100101100010000111111010111000111101101011110 | d2c43f5c7dd2c43f5c7b5e |
UTF-8 | 卍윗\}卍윗\{^ | 1110010110001101100011011110110010011100100101110101110001111101111001011000110110001101111011001001110010010111010111000111101101011110 | e58d8dec9c975c7de58d8dec9c975c7b5e |
UHC | 卍윗\}卍윗\{^ | 11011000101100111100000010101101010111000111110111011000101100111100000010101101010111000111101101011110 | d8b3c0ad5c7dd8b3c0ad5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)