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 | 綣♂勧轜 | 1110001101011011100000011000100110001010101010011110011101111110 | e35b81898aa9e77e |
EUC-JP | 綣♂勧轜 | 1110010110111100101000011110100110110100101010111110110111011111 | e5bca1e9b4abeddf |
UTF-8 | 綣♂勧轜 | 111001111011011010100011111000101001100110000010111001011000101110100111111010001011110110011100 | e7b6a3e29982e58ba7e8bd9c |
UHC | ?♂?? | 0011111110100001110011100011111100111111 | 3fa1ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)