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{^ | 100010001010010001101110011111011000100010100100011011100111101101011110 | 88a46e7d88a46e7b5e |
EUC-JP | 愛n}愛n{^ | 101100001010011001101110011111011011000010100110011011100111101101011110 | b0a66e7db0a66e7b5e |
UTF-8 | 愛n}愛n{^ | 1110011010000100100110110110111001111101111001101000010010011011011011100111101101011110 | e6849b6e7de6849b6e7b5e |
UHC | 愛n}愛n{^ | 111001001111000101101110011111011110010011110001011011100111101101011110 | e4f16e7de4f16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)