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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 額??也щ? | 100010100111101000111111001111111001011011100111100001001000101100111111 | 8a7a3f3f96e7848b3f |
EUC-JP | 額??也щ? | 101100111101101100111111001111111100110011101001101001111110101100111111 | b3db3f3fcce9a7eb3f |
UTF-8 | 額ㅻ젙也щ젶 | 1110100110100001100011011110001110000101101110111110110010100000100110011110010010111001100111111101000110001001111011001010000010110110 | e9a18de385bbeca099e4b99fd189eca0b6 |
UHC | 額ㅻ젙也щ젶 | 111001001111111010100100111010111010000010010101111001011010010110101100111010111010000010101010 | e4fea4eba095e5a5aceba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)