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 | ?ζ??? | 001111111000001111000100001111110011111100111111 | 3f83c43f3f3f |
EUC-JP | ?ζ??? | 001111111010011011000110001111110011111100111111 | 3fa6c63f3f3f |
UTF-8 | 筽ζ쑒隸덆 | 1110011110101101101111011100111010110110111011001001000110010010111011111010011010111000111010111000110110000110 | e7adbdceb6ec9192efa6b8eb8d86 |
UHC | 筽ζ쑒隸덆 | 11101000101001001010010111100110100111001011000111100111111001101000100011101001 | e8a4a5e69cb1e7e688e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)