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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 族逗愆??鳥 | 10010001101100001001000010000000100111001011001000111111001111111001001010111001 | 91b090809cb23f3f92b9 |
EUC-JP | 族逗愆??鳥 | 11000010101100101011111111100000110110001011010000111111001111111100010010111011 | c2b2bfe0d8b43f3fc4bb |
UTF-8 | 族逗愆롈렊鳥 | 111001101001011110001111111010011000000010010111111001101000010010000110111010111010000110001000111010111010000010001010111010011011001110100101 | e6978fe98097e68486eba188eba08ae9b3a5 |
UHC | 族逗愆롈렊鳥 | 111100001110100111010100111010001100101111110000100011101100111010001110101000011111000011101000 | f0e9d4e8cbf08ece8ea1f0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)