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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 狠羌狠羚K | 111000001100000111100011101100111110000011000001111000111011011101001011 | e0c1e3b3e0c1e3b74b |
EUC-JP | 狠羌狠羚K | 111000001100001111100110101101011110000011000011111001101011100101001011 | e0c3e6b5e0c3e6b94b |
UTF-8 | 狠羌狠羚K | 11100111100010111010000011100111101111101000110011100111100010111010000011100111101111101001101001001011 | e78ba0e7be8ce78ba0e7be9a4b |
UHC | ?羌?羚K | 00111111110010111011011000111111110101101011111001001011 | 3fcbb63fd6be4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)