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 | 瑚?\}瑚?\{^ | 1000110011101000001111110101110001111101100011001110100000111111010111000111101101011110 | 8ce83f5c7d8ce83f5c7b5e |
EUC-JP | 瑚?\}瑚?\{^ | 1011100011101010001111110101110001111101101110001110101000111111010111000111101101011110 | b8ea3f5c7db8ea3f5c7b5e |
UTF-8 | 瑚렞\}瑚렞\{^ | 1110011110010001100110101110101110100000100111100101110001111101111001111001000110011010111010111010000010011110010111000111101101011110 | e7919aeba09e5c7de7919aeba09e5c7b5e |
UHC | 瑚렞\}瑚렞\{^ | 11111011110100011000111010101111010111000111110111111011110100011000111010101111010111000111101101011110 | fbd18eaf5c7dfbd18eaf5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)