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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 悚n}悚n{^ | 100111001001111001101110011111011001110010011110011011100111101101011110 | 9c9e6e7d9c9e6e7b5e |
EUC-JP | 悚n}悚n{^ | 110101111111111001101110011111011101011111111110011011100111101101011110 | d7fe6e7dd7fe6e7b5e |
UTF-8 | 悚n}悚n{^ | 1110011010000010100110100110111001111101111001101000001010011010011011100111101101011110 | e6829a6e7de6829a6e7b5e |
UHC | 悚n}悚n{^ | 111000011110010101101110011111011110000111100101011011100111101101011110 | e1e56e7de1e56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)