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 | ?錫}?錫{^ | 001111111000111011100000011111010011111110001110111000000111101101011110 | 3f8ee07d3f8ee07b5e |
EUC-JP | 剡錫}剡錫{^ | 10001111101100111100011110111100111000100111110110001111101100111100011110111100111000100111101101011110 | 8fb3c7bce27d8fb3c7bce27b5e |
UTF-8 | 剡錫}剡錫{^ | 111001011000100110100001111010011000110010101011011111011110010110001001101000011110100110001100101010110111101101011110 | e589a1e98cab7de589a1e98cab7b5e |
UHC | 剡錫}剡錫{^ | 1110000011100110111000001011100001111101111000001110011011100000101110000111101101011110 | e0e6e0b87de0e6e0b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)