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 | 壯??姚 | 100110101110000100111111001111111001101101001100 | 9ae13f3f9b4c |
EUC-JP | 壯??姚 | 110101001110001100111111001111111101010110101101 | d4e33f3fd5ad |
UTF-8 | 壯잏뼻姚 | 111001011010001110101111111011001001111010001111111010111011110010111011111001011010011110011010 | e5a3afec9e8febbcbbe5a79a |
UHC | 壯잏뼻姚 | 1110110111100000100111111110011110010110101111101110100011101110 | ede09fe796bee8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)