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 | 哀?桎? | 100010001010001100111111100111100111111000111111 | 88a33f9e7e3f |
EUC-JP | 哀?桎? | 101100001010010100111111110110111101111100111111 | b0a53fdbdf3f |
UTF-8 | 哀롏桎렏 | 111001011001001110000000111010111010000110001111111001101010000110001110111010111010000010001111 | e59380eba18fe6a18eeba08f |
UHC | 哀롏桎렏 | 1110010011101110100011101101010111110010111011101000111010100101 | e4ee8ed5f2ee8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)