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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 操?[}操?[{^ | 1001000110000000001111110101101101111101100100011000000000111111010110110111101101011110 | 91803f5b7d91803f5b7b5e |
EUC-JP | 操?[}操?[{^ | 1100000111100000001111110101101101111101110000011110000000111111010110110111101101011110 | c1e03f5b7dc1e03f5b7b5e |
UTF-8 | 操섟[}操섟[{^ | 1110011010010011100011011110110010000100100111110101101101111101111001101001001110001101111011001000010010011111010110110111101101011110 | e6938dec849f5b7de6938dec849f5b7b5e |
UHC | 操섟[}操섟[{^ | 11110000110000111011110010110000010110110111110111110000110000111011110010110000010110110111101101011110 | f0c3bcb05b7df0c3bcb05b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)