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 | ??[? | 00111111001111110101101100111111 | 3f3f5b3f |
SJIS-WIN | 障?[除 | 100011111110000100111111010110111000111110011100 | 8fe13f5b8f9c |
EUC-JP | 障?[除 | 101111101110001100111111010110111011110111111100 | bee33f5bbdfc |
UTF-8 | 障렚[除 | 11101001100110101001110011101011101000001001101001011011111010011001100110100100 | e99a9ceba09a5be999a4 |
UHC | 障렚[除 | 11101110101000011000111010101101010110111111000010110110 | eea18ead5bf0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)