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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鷹??鷹??^ | 100100011110100100111111001111111001000111101001001111110011111101011110 | 91e93f3f91e93f3f5e |
EUC-JP | 鷹??鷹??^ | 110000101110101100111111001111111100001011101011001111110011111101011110 | c2eb3f3fc2eb3f3f5e |
UTF-8 | 鷹좊몦鷹좊몦^ | 11101001101101111011100111101100101000101000101011101011101010101010011011101001101101111011100111101100101000101000101011101011101010101010011001011110 | e9b7b9eca28aebaaa6e9b7b9eca28aebaaa65e |
UHC | 鷹좊몦鷹좊몦^ | 11101011111011011010000011101011100100011001010011101011111011011010000011101011100100011001010001011110 | ebeda0eb9194ebeda0eb91945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)