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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 雲?障?\ | 10001001010111110011111110001111111000010011111101011100 | 895f3f8fe13f5c |
EUC-JP | 雲?障?\ | 10110001110000000011111110111110111000110011111101011100 | b1c03fbee33f5c |
UTF-8 | 雲렊障렚\ | 11101001100110111011001011101011101000001000101011101001100110101001110011101011101000001001101001011100 | e99bb2eba08ae99a9ceba09a5c |
UHC | 雲렊障렚\ | 111010101010001110001110101000011110111010100001100011101010110101011100 | eaa38ea1eea18ead5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)