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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映с?釗 | 10001001011001101000010010000011001111111111101110111011 | 896684833ffbbb |
EUC-JP | 映с?釗 | 1011000111000111101001111110001100111111100011111110001110100110 | b1c7a7e33f8fe3a6 |
UTF-8 | 映с꺂釗 | 1110011010011000101000001101000110000001111010101011101010000010111010011000011110010111 | e698a0d181eaba82e98797 |
UHC | 映с꺂釗 | 1110011110110001101011001110001110000011101010111110000111110010 | e7b1ace383abe1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)