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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 哉磐??除 | 1000110111000110100101001101011000111111001111111000111110011100 | 8dc694d63f3f8f9c |
EUC-JP | 哉磐??除 | 1011101011001000110010001101100000111111001111111011110111111100 | bac8c8d83f3fbdfc |
UTF-8 | 哉磐렰렠除 | 111001011001001110001001111001111010001110010000111010111010000010110000111010111010000010100000111010011001100110100100 | e59389e7a390eba0b0eba0a0e999a4 |
UHC | 哉磐렰렠除 | 11101110101000111101101011110001100011101011110110001110101100011111000010110110 | eea3daf18ebd8eb1f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)