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 | 籖臥勧籖 | 1110001011011101100010011110011110001010101010011110001011011101 | e2dd89e78aa9e2dd |
EUC-JP | 籖臥勧籖 | 1110010011011111101100101110100110110100101010111110010011011111 | e4dfb2e9b4abe4df |
UTF-8 | 籖臥勧籖 | 111001111011000110010110111010001000011110100101111001011000101110100111111001111011000110010110 | e7b196e887a5e58ba7e7b196 |
UHC | ?臥?? | 0011111111101000110000100011111100111111 | 3fe8c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)