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 | 域??榮?? | 1000100011100110001111110011111110011110110001000011111100111111 | 88e63f3f9ec43f3f |
EUC-JP | 域??榮?? | 1011000011101000001111110011111111011100110001100011111100111111 | b0e83f3fdcc63f3f |
UTF-8 | 域⑴큷榮녻쒼 | 111001011001111110011111111000101001000110110100111011011000000110110111111001101010011010101110111010111000010110111011111011001001001010111100 | e59f9fe291b4ed81b7e6a6aeeb85bbec92bc |
UHC | 域⑴큷榮녻쒼 | 111001101011010010101001111001111011010010000110111001111011010010000110111010001011111010110000 | e6b4a9e7b486e7b486e8beb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)