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 | 錺矩昆譎 | 1110100001000100100010111110100110001101101010011110011010011001 | e8448be98da9e699 |
EUC-JP | 錺矩昆譎 | 1110111110100101101101101110101110111010101010111110101111111001 | efa5b6ebbaabebf9 |
UTF-8 | 錺矩昆譎 | 111010011000110010111010111001111001111110101001111001101001100010000110111010001010110110001110 | e98cbae79fa9e69886e8ad8e |
UHC | ?矩昆譎 | 00111111110011111011101111001101111000001111110111010010 | 3fcfbbcde0fdd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)