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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 映с?釗h | 100010010110011010000100100000110011111111111011101110111000001010001000 | 896684833ffbbb8288 |
EUC-JP | 映с?釗h | 10110001110001111010011111100011001111111000111111100011101001101010001111101000 | b1c7a7e33f8fe3a6a3e8 |
UTF-8 | 映с꺂釗h | 1110011010011000101000001101000110000001111010101011101010000010111010011000011110010111111011111011110110001000 | e698a0d181eaba82e98797efbd88 |
UHC | 映с꺂釗h | 11100111101100011010110011100011100000111010101111100001111100101010001111101000 | e7b1ace383abe1f2a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)